fix: remove speaker-registration

This commit is contained in:
Summayya
2021-08-20 13:45:40 +05:30
27 changed files with 8238 additions and 16 deletions

View File

@@ -176,6 +176,7 @@ whitelist = [
"/exhibitor-registration",
"/discussions",
"/propose-talk",
]
whitelist_rules = [{"from_route": p, "to_route": p[1:]} for p in whitelist]