From a45e92c5a4a0248b20086eab2e114a1dcf0399f3 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 7 Sep 2023 12:28:49 +0100 Subject: [PATCH] ci: fix openapi.json link for swagger --- docs/swagger/swagger-initializer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swagger/swagger-initializer.js b/docs/swagger/swagger-initializer.js index 6c52836b1a..f6c9118ab1 100644 --- a/docs/swagger/swagger-initializer.js +++ b/docs/swagger/swagger-initializer.js @@ -3,7 +3,7 @@ window.onload = function () { // the following lines will be replaced by docker/configurator, when it runs in a docker-container window.ui = SwaggerUIBundle({ - url: "https://hotosm.gitlab-pages.wsl.ch/fmtm/openapi.json", + url: "https://hotosm.github.io/fmtm/openapi.json", dom_id: "#swagger-ui", deepLinking: true, presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset],