diff --git a/docs/source/_static/openapi.html b/docs/source/_static/openapi.html index 76de28f21afdd289974c4f351332ce0ea744fa10..8f99a538954cd6364240e9e6c5a60a212ddd44ed 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> +