fix: changed jobs route to job-openings

This commit is contained in:
Jannat Patel
2024-01-17 11:00:31 +05:30
parent 991dc7f8c8
commit 3070cbed3c
13 changed files with 29 additions and 12 deletions

View File

@@ -173,7 +173,8 @@ website_route_rules = [
"to_route": "cohorts/join",
},
{"from_route": "/users", "to_route": "profiles/profile"},
{"from_route": "/jobs/<job>", "to_route": "jobs/job"},
{"from_route": "/job-openings", "to_route": "jobs_openings/index"},
{"from_route": "/job-openings/<job>", "to_route": "jobs_openings/job"},
{
"from_route": "/batches/<batchname>/students/<username>",
"to_route": "/batches/progress",