Routing
admin_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_book | /v1/books | Path does not match |
| 2 | api_login | /v1/login | Path does not match |
| 3 | api_pages | /v1/pages/{unit_id} | Path does not match |
| 4 | api_units | /v1/units/{book_id} | Path does not match |
| 5 | admin_book | /admin/book/{page}/{maxPerPage} | Path does not match |
| 6 | admin_book_edit | /admin/book/edit/{book_id} | Path does not match |
| 7 | admin_book_add | /admin/book/add | Path does not match |
| 8 | admin_company | /admin/company/{page}/{maxPerPage} | Path does not match |
| 9 | admin_company_edit | /admin/company/edit/{company_id} | Path does not match |
| 10 | admin_company_add | /admin/company/add | Path does not match |
| 11 | admin_page | /admin/page/{page}/{maxPerPage} | Path does not match |
| 12 | admin_page_edit | /admin/page/edit/{page_id} | Path does not match |
| 13 | admin_page_add | /admin/page/add | Path does not match |
| 14 | admin_page_book_data | /admin/page/book_data | Path does not match |
| 15 | admin_school | /admin/school/{page}/{maxPerPage} | Path does not match |
| 16 | admin_school_edit | /admin/school/edit/{school_id} | Path does not match |
| 17 | admin_school_add | /admin/school/add | Path does not match |
| 18 | admin_unit | /admin/unit/{page}/{maxPerPage} | Path does not match |
| 19 | admin_unit_edit | /admin/unit/edit/{unit_id} | Path does not match |
| 20 | admin_unit_add | /admin/unit/add | Path does not match |
| 21 | client_school | /client/school/{page}/{maxPerPage} | Path does not match |
| 22 | client_school_info | /client/school/info/{school_id} | Path does not match |
| 23 | client_login | / | Path almost matches, but Host "decodablebook-mng.sooma.jp" does not match the requirement ("decodablebook-client.sooma.jp") |
| 24 | client_logout | /client_logout | Path does not match |
| 25 | client_user | /client/user/{page}/{maxPerPage} | Path does not match |
| 26 | client_user_edit | /client/user/edit/{user_id} | Path does not match |
| 27 | client_user_add | /client/user/add | Path does not match |
| 28 | kb_admin_base_account | /admin/account/{page}/{maxPerPage} | Path does not match |
| 29 | kb_admin_base_account_edit | /admin/account/edit/{account_id} | Path does not match |
| 30 | kb_admin_base_account_add | /admin/account/add | Path does not match |
| 31 | kb_admin_base_push_index | /admin/push/{page}/{maxPerPage} | Path does not match |
| 32 | kb_admin_base_push_edit | /admin/push/edit/{id} | Path does not match |
| 33 | kb_admin_base_push_add | /admin/push/edit | Path does not match |
| 34 | kb_admin_baset_category_index | /admin/category/{rootSlug}/{id} | Path does not match |
| 35 | kb_admin_baset_category_edit | /admin/category/{rootSlug}/edit/{id} | Path does not match |
| 36 | kb_admin_baset_category_ajax_category | /admin/category/{rootSlug}/fetch/{id} | Path does not match |
| 37 | kb_admin_baset_category_add_child | /admin/category/{rootSlug}/edit/{id}/add{childId} | Path does not match |
| 38 | kb_admin_baset_category_upload_image | /admin/category/image/upload | Path does not match |
| 39 | kb_admin_base_feature | /admin/feature/{page}/{maxPerPage} | Path does not match |
| 40 | kb_admin_base_feature_edit | /admin/feature/edit/{post_id} | Path does not match |
| 41 | kb_admin_base_feature_add | /admin/feature/add | Path does not match |
| 42 | kb_admin_base_news | /admin/news/{page}/{maxPerPage} | Path does not match |
| 43 | kb_admin_base_news_edit | /admin/news/edit/{post_id} | Path does not match |
| 44 | kb_admin_base_news_add | /admin/news/add | Path does not match |
| 45 | kb_admin_base_post | /admin/post/{page}/{maxPerPage} | Path does not match |
| 46 | kb_admin_base_post_edit | /admin/post/edit/{post_id} | Path does not match |
| 47 | kb_admin_base_post_add | /admin/post/add | Path does not match |
| 48 | admin_login | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.