diff --git a/tildes/tildes/routes.py b/tildes/tildes/routes.py index 4b257e6..f998754 100644 --- a/tildes/tildes/routes.py +++ b/tildes/tildes/routes.py @@ -17,7 +17,7 @@ from tildes.resources.user import user_by_username OPENAPI_YAML_FILE = "/opt/tildes/openapi_beta.yaml" -SWAGGER_UI_HTML_FILE = "/opt/tildes/static/swagger-ui-tildes/index.html" +SWAGGER_UI_HTML_FILE = "/opt/tildes/static/swagger-ui/index.html" def includeme(config: Configurator) -> None: