fix: removed global discussions page

This commit is contained in:
pateljannat
2021-08-30 12:47:15 +05:30
parent 7a9039090d
commit b3403b78ee
7 changed files with 0 additions and 117 deletions

View File

@@ -141,7 +141,6 @@ website_route_rules = [
{"from_route": "/courses/<course>/learn/<int:chapter>.<int:lesson>", "to_route": "batch/learn"},
{"from_route": "/courses/<course>/progress", "to_route": "batch/progress"},
{"from_route": "/courses/<course>/join", "to_route": "batch/join"},
{"from_route": "/discussions/<discussion>", "to_route": "discussions/discussion"},
{"from_route": "/user/<string(minlength=4):username>", "to_route": "profiles/profile"},
]