We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aaacaa commit 7205e23Copy full SHA for 7205e23
src/app/domain/web/controllers.py
@@ -12,7 +12,7 @@ class WebController(Controller):
12
opt = {"exclude_from_auth": True}
13
14
@get(
15
- path=[constants.SITE_INDEX, f"{constants.SITE_INDEX}/{{path:str}}"],
+ path=[constants.SITE_INDEX, f"{constants.SITE_INDEX}/{{path:path}}"],
16
operation_id="WebIndex",
17
name="frontend:index",
18
status_code=HTTP_200_OK,
0 commit comments