diff --git a/static/swagger-ui/index.html b/static/swagger-ui/index.html
index 37483ee..05c18ce 100644
--- a/static/swagger-ui/index.html
+++ b/static/swagger-ui/index.html
@@ -41,7 +41,7 @@
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
- url: "/docs/swagger.json",
+ url: "../docs/swagger.json",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [