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],