This commit is contained in:
2026-03-24 19:16:02 +01:00
parent a96efacb3e
commit c13365916c
6 changed files with 95 additions and 5 deletions

View File

@@ -47,6 +47,11 @@ var swaggerHTML = `
url: "/openapi.json",
dom_id: '#swagger-ui',
deepLinking: true,
withCredentials: true,
"servers": [
{ "url": "http://localhost:3000" },
{ "url": "http://localhost:5173" }
],
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset