Browse Source

Fix path

merge-requests/169/head
Andrew Shu 2 months ago
committed by talklittle
parent
commit
aa38c09d59
  1. 2
      tildes/tildes/routes.py

2
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:

Loading…
Cancel
Save