fix: patch to update name of member

This commit is contained in:
pateljannat
2021-04-12 18:05:43 +05:30
parent 0e1002392f
commit d38c64650e
8 changed files with 43 additions and 47 deletions

View File

@@ -149,6 +149,8 @@ whitelist = [
"/sketches",
"/admin",
"/socket.io",
"/hackathons",
"/dashboard"
]
whitelist_rules = [{"from_route": p, "to_route": p[1:]} for p in whitelist]