Routing
articles-admin
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/os-admin/articles/
# | 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/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.