feat: reviews

This commit is contained in:
pateljannat
2021-06-28 20:27:17 +05:30
parent 621d01d502
commit 0c64d46e99
22 changed files with 217 additions and 5 deletions

View File

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