From aa38c09d5965f5eddc2fcb6498bc394ba8ba5e4f Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Sun, 24 Aug 2025 13:28:11 -0700 Subject: [PATCH] Fix path --- tildes/tildes/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: