docs: hackathon

This commit is contained in:
pateljannat
2021-04-15 09:33:17 +05:30
parent dfe8b3d4a2
commit 20e562bfb0
18 changed files with 164 additions and 28 deletions

View File

@@ -150,7 +150,8 @@ whitelist = [
"/admin",
"/socket.io",
"/hackathons",
"/dashboard"
"/dashboard",
"/join-request"
]
whitelist_rules = [{"from_route": p, "to_route": p[1:]} for p in whitelist]