swagger: use default domain and uri
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user