fix: allow /desktop
This commit is contained in:
parent
0be60be5dd
commit
b4f5a63ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ website_route_rules = [
|
|||
]
|
||||
|
||||
website_redirects = [
|
||||
{"source": r"/desk(.*)", "target": r"/app\1"},
|
||||
{"source": r"/desk", "target": r"/app\1"},
|
||||
]
|
||||
|
||||
base_template = "templates/base.html"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue