Skip to content

Commit c6ef41b

Browse files
committed
fix: remove dashboard from default allowed routes
1 parent 9e6018b commit c6ef41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/vip_portal/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
("webassets", ANY),
3737
("static", ANY),
3838
("_debug_toolbar", ANY),
39-
("dashboard", "index"),
39+
# ("dashboard", "index"),
4040
]
4141

4242
login_endpoints = [

0 commit comments

Comments
 (0)