Routing
why-choose-wsgi
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/why-choose-wsgi
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin-index | /admin | Path does not match |
| 2 | admin-dashboard | /admin/dashboard | Path does not match |
| 3 | applications-index | /admin/applications | Path does not match |
| 4 | applications-new | /admin/applications/new | Path does not match |
| 5 | candidates-index | /admin/candidates | Path does not match |
| 6 | candidates-new | /admin/candidates/new | Path does not match |
| 7 | candidates-edit | /admin/candidates/{id}/edit | Path does not match |
| 8 | candidates-remove | /admin/candidates/{id}/remove | Path does not match |
| 9 | clients-index | /admin/clients | Path does not match |
| 10 | clients-new | /admin/clients/new | Path does not match |
| 11 | clients-edit | /admin/clients/{id}/edit | Path does not match |
| 12 | clients-remove | /admin/clients/{id}/remove | Path does not match |
| 13 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 14 | job_openings-index | /admin/job-openings | Path does not match |
| 15 | job_openings-new | /admin/job-openings/new | Path does not match |
| 16 | job_openings-edit | /admin/job-openings/{id}/edit | Path does not match |
| 17 | job_openings-remove | /admin/job-openings/{id}/remove | Path does not match |
| 18 | job_opening-list | /jobs | Path does not match |
| 19 | job_opening-view | /job/{id}/view | Path does not match |
| 20 | job_opening-search | /jobs/search/{search} | Path does not match |
| 21 | index | / | Path does not match |
| 22 | providers | /providers | Path does not match |
| 23 | about-us | /about-us | Path does not match |
| 24 | why-choose-wsgi | /why-choose-wsgi | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.