Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_bibles_list | /api/bibles | Path does not match |
| 2 | api_bibles_list_all | /api/bibles/all | Path does not match |
| 3 | api_bibles_list_async | /api/bibles/async | Path does not match |
| 4 | api_bibles_get | /api/bibles/{id} | Path does not match |
| 5 | api_bibles_delete | /api/bibles/{id} | Path does not match |
| 6 | api_bibles_create | /api/bibles | Path does not match |
| 7 | api_bibles_update | /api/bibles/{id} | Path does not match |
| 8 | api_books_list | /api/books | Path does not match |
| 9 | api_books_list_all | /api/books/all | Path does not match |
| 10 | api_books_list_async | /api/books/async | Path does not match |
| 11 | api_books_get | /api/books/{id} | Path does not match |
| 12 | api_books_delete | /api/books/{id} | Path does not match |
| 13 | api_books_create | /api/books | Path does not match |
| 14 | api_books_update | /api/books/{id} | Path does not match |
| 15 | api_cycles_list | /api/cycles | Path does not match |
| 16 | api_cycles_list_all | /api/cycles/all | Path does not match |
| 17 | api_cycles_list_async | /api/cycles/async | Path does not match |
| 18 | api_cycles_get | /api/cycles/{id} | Path does not match |
| 19 | api_cycles_delete | /api/cycles/{id} | Path does not match |
| 20 | api_cycles_create | /api/cycles | Path does not match |
| 21 | api_cycles_update | /api/cycles/{id} | Path does not match |
| 22 | api_cycle_days_list | /api/cycle-days | Path does not match |
| 23 | api_cycle_days_list_async | /api/cycle-days/async | Path does not match |
| 24 | api_cycle_days_get | /api/cycle-days/{id} | Path does not match |
| 25 | api_cycle_days_delete | /api/cycle-days/{id} | Path does not match |
| 26 | api_cycle_days_create | /api/cycle-days | Path does not match |
| 27 | api_cycle_days_update | /api/cycle-days/{id} | Path does not match |
| 28 | api_tts_voices | /api/tts/voices | Path does not match |
| 29 | api_tags_list | /api/tags | Path does not match |
| 30 | api_tags_list_async | /api/tags/async | Path does not match |
| 31 | api_tags_list_all | /api/tags/all | Path does not match |
| 32 | api_tags_get | /api/tags/{id} | Path does not match |
| 33 | api_tags_delete | /api/tags/{id} | Path does not match |
| 34 | api_tags_create | /api/tags | Path does not match |
| 35 | api_tags_update | /api/tags/{id} | Path does not match |
| 36 | api_users_list | /api/users | Path does not match |
| 37 | api_users_list_async | /api/users/async | Path does not match |
| 38 | api_users_get | /api/users/{id} | Path does not match |
| 39 | api_users_delete | /api/users/{id} | Path does not match |
| 40 | api_users_create | /api/users | Path does not match |
| 41 | api_users_update | /api/users/{id} | Path does not match |
| 42 | api_verses_list | /api/verses | Path does not match |
| 43 | api_verses_list_async | /api/verses/book/{id} | Path does not match |
| 44 | api_verses_get | /api/verses/{id} | Path does not match |
| 45 | api_verses_delete | /api/verses/{id} | Path does not match |
| 46 | api_verses_create | /api/verses | Path does not match |
| 47 | api_verses_update | /api/verses/{id} | Path does not match |
| 48 | api_auth_sign_out | /api/auth/sign-out | Path does not match |
| 49 | api_auth_reset_pass | /api/auth/reset-password | Path does not match |
| 50 | api_auth_request_pass | /api/auth/request-password | Path does not match |
| 51 | 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.