From da0142b358b0e080e542d0146078046b0d0011c4 Mon Sep 17 00:00:00 2001 From: cpunch Date: Thu, 30 Apr 2026 05:45:23 -0600 Subject: [PATCH] swagger: use default domain and uri --- layouts/shortcodes/swagger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/swagger.html b/layouts/shortcodes/swagger.html index 57380dc..1f95ecc 100644 --- a/layouts/shortcodes/swagger.html +++ b/layouts/shortcodes/swagger.html @@ -114,7 +114,7 @@ window.onload = () => { // Build a system const ui = SwaggerUIBundle({ - url: "https://moonveil.cc/api/doc.json", + url: "/api/doc.json", deepLinking: false, dom_id: "#swagger-ui", persistAuthorization: true,