From 82db551385e271d316d58faeefac7790392394db Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Wed, 22 Mar 2023 16:39:15 +0100 Subject: [PATCH] fix relative href path --- docs/source/_static/openapi.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/_static/openapi.html b/docs/source/_static/openapi.html index 76de28f..8f99a53 100644 --- a/docs/source/_static/openapi.html +++ b/docs/source/_static/openapi.html @@ -15,10 +15,11 @@ <script> window.onload = () => { window.ui = SwaggerUIBundle({ - url: '_static/openapi.json', + url: 'openapi.json', dom_id: '#swagger-ui', }); }; </script> </body> -</html> \ No newline at end of file +</html> + -- GitLab