fix: logout issue, liscence.txt change

This commit is contained in:
pateljannat
2021-05-03 15:05:23 +05:30
parent 565787eeb6
commit 0144ab60de
4 changed files with 5 additions and 5 deletions

View File

@@ -136,7 +136,6 @@ primary_rules = [
{"from_route": "/sketches/<sketch>", "to_route": "sketches/sketch"},
{"from_route": "/courses/<course>", "to_route": "courses/course"},
{"from_route": "/courses/<course>/<topic>", "to_route": "courses/topic"},
{"from_route": "/hackathons", "to_route": "hackathons"},
{"from_route": "/hackathons/<hackathon>", "to_route": "hackathons/hackathon"},
{"from_route": "/hackathons/<hackathon>/<project>", "to_route": "hackathons/project"},
{"from_route": "/dashboard", "to_route": ""},
@@ -164,7 +163,8 @@ whitelist = [
"/dashboard",
"/join-request"
"/add-a-new-batch",
"/new-sign-up"
"/new-sign-up",
"/message"
]
whitelist_rules = [{"from_route": p, "to_route": p[1:]} for p in whitelist]

View File

@@ -1 +1 @@
License: MIT
License: AGPL