swagger: use default domain and uri

This commit is contained in:
2026-04-30 05:45:23 -06:00
parent 761953e518
commit da0142b358

View File

@@ -114,7 +114,7 @@
window.onload = () => { window.onload = () => {
// Build a system // Build a system
const ui = SwaggerUIBundle({ const ui = SwaggerUIBundle({
url: "https://moonveil.cc/api/doc.json", url: "/api/doc.json",
deepLinking: false, deepLinking: false,
dom_id: "#swagger-ui", dom_id: "#swagger-ui",
persistAuthorization: true, persistAuthorization: true,