From 3729eaea50b9d397b76a2db3f71683f1c28c0c60 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Wed, 27 Jan 2021 14:58:27 +0100 Subject: [PATCH] Fix path --- static/swagger-ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/swagger-ui/index.html b/static/swagger-ui/index.html index 0ef6266..1ac3b5d 100644 --- a/static/swagger-ui/index.html +++ b/static/swagger-ui/index.html @@ -39,7 +39,7 @@ window.onload = function() { // Begin Swagger UI call region const ui = SwaggerUIBundle({ - url: "http://127.0.0.1:3000/swagger.json", + url: "/swagger.json", dom_id: '#swagger-ui', deepLinking: true, presets: [