Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_login | /login | Path does not match |
| 17 | app_logout | /logout | Path does not match |
| 18 | app_forgot_password_request | /forgot-password | Path does not match |
| 19 | app_reset_password | /reset-password/{token} | Path does not match |
| 20 | bot_index | /bots/ | Path does not match |
| 21 | bot_show | /bots/{id} | Path does not match |
| 22 | bot_new | /bots/new | Path does not match |
| 23 | bot_edit | /bots/{id}/edit | Path does not match |
| 24 | bot_delete | /bots/{id} | Path does not match |
| 25 | branding_index | /admin/branding/ | Path does not match |
| 26 | branding_new | /admin/branding/new | Path does not match |
| 27 | branding_edit | /admin/branding/{id}/edit | Path does not match |
| 28 | branding_delete | /admin/branding/{id} | Path does not match |
| 29 | conversation_index | /conversations | Path does not match |
| 30 | conversation_show | /conversations/{id} | Path does not match |
| 31 | conversation_delete | /conversations/{id}/delete | Path does not match |
| 32 | conversation_audio | /conversations/{id}/audio | Path does not match |
| 33 | home | / | Path does not match |
| 34 | dashboard_index | /dashboard | Path does not match |
| 35 | documents_index | /documents | Path does not match |
| 36 | documents_new | /documents/new | Path does not match |
| 37 | documents_show | /documents/{id} | Path does not match |
| 38 | documents_refresh | /documents/{id}/refresh | Path does not match |
| 39 | documents_delete | /documents/{id} | Path does not match |
| 40 | internal_api_conversations_create | /internal/api/conversations | Path does not match |
| 41 | internal_api_conversations_update | /internal/api/conversations/{conversation_id} | Path does not match |
| 42 | internal_api_conversation_message_create | /internal/api/conversation/message | Path does not match |
| 43 | internal_api_bots_get | /internal/api/bots/{number} | Path does not match |
| 44 | internal_api_bots_get_credits | /internal/api/credits/{number} | Path does not match |
| 45 | internal_api_documents_update | /internal/api/documents/{document_id} | Path does not match |
| 46 | internal_api_mail_send | /internal/api/mail/send | Path does not match |
| 47 | internal_api_internal_api_partner_search | /internal/api/partner/search | Path does not match |
| 48 | type_index | /types/ | Path does not match |
| 49 | type_new | /types/new | Path does not match |
| 50 | type_show | /types/{id} | Path does not match |
| 51 | type_edit | /types/{id}/edit | Path does not match |
| 52 | type_delete | /types/{id} | Path does not match |
| 53 | user_index | /admin/users/ | Path does not match |
| 54 | user_new | /admin/users/new | Path does not match |
| 55 | user_edit | /admin/users/{id}/edit | Path does not match |
| 56 | user_delete | /admin/users/{id} | Path does not match |
| 57 | user_credit_adjust | /admin/users/{id}/credit-adjust | 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.