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,