Routing
api_entrypoint
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_respond | "true" |
| _format | "" |
| index | "index" |
Route Redirection
This page redirects to:
https://jpno1.dev.kuzilla.co.jp/login
Route Matching Logs
Path to match:
/api
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | channel_management_index | /channel_management/{mediaCode} | Path does not match |
| 2 | channel_management_new | /channel_management/{mediaCode}/new | Path does not match |
| 3 | channel_management_edit | /channel_management/{mediaCode}/{channelCode}/edit | Path does not match |
| 4 | channel_management_delete | /channel_management/{mediaCode}/{channelCode}/delete | Path does not match |
| 5 | identification_index | /identification | Path does not match |
| 6 | identification_new | /identification/new | Path does not match |
| 7 | identification_edit | /identification/{identificationCode}/edit | Path does not match |
| 8 | identification_delete | /identification/{identificationCode}/delete | Path does not match |
| 9 | media_management_index | /media | Path does not match |
| 10 | media_management_new | /media/new | Path does not match |
| 11 | media_management_edit | /media/{mediaCode}/edit | Path does not match |
| 12 | media_management_delete | /media/{mediaCode}/delete | Path does not match |
| 13 | receive_index | /receive | Path does not match |
| 14 | receive_new | /receive/new | Path does not match |
| 15 | receive_edit | /receive/{receiveCode}/edit | Path does not match |
| 16 | receive_delete | /receive/{receiveCode}/delete | Path does not match |
| 17 | teiki_schedule_index | /teiki_schedule | Path does not match |
| 18 | teiki_schedule_new | /teiki_schedule/new | Path does not match |
| 19 | teiki_schedule_edit | /teiki_schedule/{teikiScheduleCode}/edit | Path does not match |
| 20 | teiki_schedule_delete | /teiki_schedule/{teikiScheduleCode}/delete | Path does not match |
| 21 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 22 | api_entrypoint | /api/{index}.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.