fix: allow /desktop

This commit is contained in:
sokumon 2025-08-07 01:26:37 +05:30
parent 0be60be5dd
commit b4f5a63ebd

View file

@ -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"