From ffe1ccedcb7605158b079d0c20ded2de106edfea Mon Sep 17 00:00:00 2001 From: tracer Date: Sat, 19 Feb 2022 18:24:04 +0100 Subject: [PATCH] made path to bindapi.json relative Signed-off-by: tracer --- public/openapi/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/openapi/index.html b/public/openapi/index.html index 75d9356..d1c7b30 100644 --- a/public/openapi/index.html +++ b/public/openapi/index.html @@ -20,7 +20,7 @@ window.onload = function () { // Begin Swagger UI call region const ui = SwaggerUIBundle({ - url: "https://ns2.24unix.net/openapi/bindapi.json", + url: "/openapi/bindapi.json", dom_id: "#swagger-ui", deepLinking: true, presets: [