Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | 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 | / | Path does not match |
| 52 | phpinfo | /phpinfo | Path does not match |
| 53 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 54 | gesdinet_jwt_refresh_token | /api/token/refresh | Path does not match |
| 55 | app.swagger | /api/doc.json | Path does not match |
| 56 | app.swagger_ui | /api/doc | Path does not match |
| 57 | _wdt | /_wdt/{token} | Path does not match |
| 58 | _profiler_home | /_profiler/ | Path does not match |
| 59 | _profiler_search | /_profiler/search | Path does not match |
| 60 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 61 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 62 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 63 | _profiler_open_file | /_profiler/open | Path does not match |
| 64 | _profiler | /_profiler/{token} | Path does not match |
| 65 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 66 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 67 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 68 | api_login_check | /api/login_check | Path does not match |
| 69 | api_refresh_token | /api/auth/refresh-token | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.