fix: made image non mandatory, remove unnecessary code

This commit is contained in:
pateljannat
2021-07-09 15:05:46 +05:30
parent d939a63412
commit 71d0a89968
4 changed files with 3 additions and 9 deletions

View File

@@ -167,8 +167,7 @@ whitelist = [
"/add-a-new-batch",
"/new-sign-up",
"/message",
"/about",
"/review"
"/about"
]
whitelist_rules = [{"from_route": p, "to_route": p[1:]} for p in whitelist]