Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin-home | /os-admin/ | Path does not match |
| 2 | login | /os-admin/login/ | Path does not match |
| 3 | forgot-password | /os-admin/forgot-password/ | Path does not match |
| 4 | logout | /os-admin/logout | Path does not match |
| 5 | albums-admin-page | /os-admin/albums/page/{offset}/ | Path does not match |
| 6 | albums-admin | /os-admin/albums/ | Path does not match |
| 7 | albums-search-admin-page | /os-admin/albums/search/{keywords}/page/{offset}/ | Path does not match |
| 8 | albums-search-admin | /os-admin/albums/search/{keywords}/ | Path does not match |
| 9 | albums-new | /os-admin/albums/add/ | Path does not match |
| 10 | albums-edit | /os-admin/albums/edit/{id}/ | Path does not match |
| 11 | albums-enable | /os-admin/albums/enabled/{id} | Path does not match |
| 12 | articlescategories-admin-page | /os-admin/articles/categories/page/{offset}/ | Path does not match |
| 13 | articlescategories-admin | /os-admin/articles/categories/ | Path does not match |
| 14 | articlescategories-new | /os-admin/articles/categories/add/ | Path does not match |
| 15 | articlescategories-edit | /os-admin/articles/categories/edit/{id}/ | Path does not match |
| 16 | articles-admin-page | /os-admin/articles/page/{offset}/ | Path does not match |
| 17 | articles-admin | /os-admin/articles/ | Path does not match |
| 18 | articles-search-admin-page | /os-admin/articles/search/{keywords}/page/{offset}/ | Path does not match |
| 19 | articles-search-admin | /os-admin/articles/search/{keywords}/ | Path does not match |
| 20 | articles-new | /os-admin/articles/add/ | Path does not match |
| 21 | articles-edit | /os-admin/articles/{id}/edit | Path does not match |
| 22 | articles-enable | /os-admin/articles/{id}/enabled | Path does not match |
| 23 | articles-onefrontpage | /os-admin/articles/{id}/oneFrontPage | Path does not match |
| 24 | articlestypes-admin-page | /os-admin/articles/types/page/{offset}/ | Path does not match |
| 25 | articlestypes-admin | /os-admin/articles/types/ | Path does not match |
| 26 | articlestypes-new | /os-admin/articles/types/add/ | Path does not match |
| 27 | articlestypes-edit | /os-admin/articles/types/edit/{id}/ | Path does not match |
| 28 | banners-admin | /os-admin/banners/ | Path does not match |
| 29 | banners-new | /os-admin/banners/add | Path does not match |
| 30 | banners-edit | /os-admin/banners/{id}/edit | Path does not match |
| 31 | banners-enable | /os-admin/banners/{id}/enable/ | Path does not match |
| 32 | commissions-admin | /os-admin/commissions/ | Path does not match |
| 33 | commissions-new | /os-admin/commissions/add | Path does not match |
| 34 | commissions-edit | /os-admin/commissions/{id}/edit | Path does not match |
| 35 | commissions-enable | /os-admin/commissions/{id}/enable/ | Path does not match |
| 36 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.