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_advert_index | /advert | Path does not match |
| 17 | app_advert_show | /advert/show/{id} | Path does not match |
| 18 | app_advert_lock | /advert/lock/{id} | Path does not match |
| 19 | app_advert_unlock | /advert/unlock/{id} | Path does not match |
| 20 | app_category_index | /category | Path does not match |
| 21 | app_category_new | /category/new | Path does not match |
| 22 | app_category_edit | /category/edit/{id} | Path does not match |
| 23 | app_category_lock | /category/lock/{id} | Path does not match |
| 24 | app_category_unlock | /category/unlock/{id} | Path does not match |
| 25 | app_category_delete | /category/delete/{id} | Path does not match |
| 26 | app_dashboard | /dashboard | Path does not match |
| 27 | app_discount_code_index | /discount-code | Path does not match |
| 28 | app_discount_code_show | /discount-code/show/{id} | Path does not match |
| 29 | app_discount_code_new | /discount-code/new | Path does not match |
| 30 | app_discount_code_edit | /discount-code/edit/{id} | Path does not match |
| 31 | app_discount_code_toggle | /discount-code/toggle/{id} | Path does not match |
| 32 | app_discount_code_delete | /discount-code/delete/{id} | Path does not match |
| 33 | forgot_password | /forgot-password | Path does not match |
| 34 | app_index | / | Path does not match |
| 35 | app_login | /login | Path does not match |
| 36 | app_logout | /logout | Path does not match |
| 37 | app_medical_request_index | /medical-request | Path does not match |
| 38 | app_medical_request_confirm | /medical-request/confirm/{id} | Path does not match |
| 39 | app_medical_request_reject | /medical-request/reject/{id} | Path does not match |
| 40 | app_mobile_user_index | /mobile-user | Path does not match |
| 41 | app_mobile_user_show | /mobile-user/show/{id} | Path does not match |
| 42 | app_mobile_user_lock | /mobile-user/lock/{id} | Path does not match |
| 43 | app_mobile_user_unlock | /mobile-user/unlock/{id} | Path does not match |
| 44 | app_mobile_user_delete | /mobile-user/delete/{id} | Path does not match |
| 45 | app_payment_success | /payment-result/success | Path does not match |
| 46 | app_payment_failure | /payment-result/failure | Path does not match |
| 47 | app_report_index | /report | Path does not match |
| 48 | app_report_show | /report/show/{id} | Path does not match |
| 49 | reset_password | /reset-password/{token} | Path does not match |
| 50 | app_system_log_index | /system-log | Path does not match |
| 51 | app_system_log_show | /system-log/show/{id} | Path does not match |
| 52 | app_user_index | /user | Path does not match |
| 53 | app_user_new | /user/new | Path does not match |
| 54 | app_user_show | /user/show/{id} | Path does not match |
| 55 | app_user_edit | /user/edit/{id} | Path does not match |
| 56 | app_user_change_password | /user/change-password | Path does not match |
| 57 | app_user_generate_new_password | /user/generate-new-password/{id} | Path does not match |
| 58 | app_user_lock | /user/lock/{id} | Path does not match |
| 59 | app_user_unlock | /user/unlock/{id} | Path does not match |
| 60 | app_user_delete | /user/delete/{id} | Path does not match |
| 61 | app_v1_adverts_index | /api/v1/adverts | Path does not match |
| 62 | app_v1_adverts_getbycategoryid | /api/v1/adverts/category/{id} | Path does not match |
| 63 | app_v1_adverts_getrandomadverts | /api/v1/adverts/random | Path does not match |
| 64 | app_v1_adverts_getuseradverts | /api/v1/adverts/user/{id} | Path does not match |
| 65 | app_v1_adverts_show | /api/v1/adverts/{id} | Path does not match |
| 66 | app_v1_adverts_create | /api/v1/adverts | Path does not match |
| 67 | app_v1_adverts_lock | /api/v1/adverts/{id}/lock | Path does not match |
| 68 | app_v1_adverts_unlock | /api/v1/adverts/{id}/unlock | Path does not match |
| 69 | app_v1_adverts_update | /api/v1/adverts/{id} | Path does not match |
| 70 | app_v1_adverts_delete | /api/v1/adverts/{id} | Path does not match |
| 71 | api_client_test | /api/v1/auth/test | Path does not match |
| 72 | api_auth_login | /api/v1/auth/login | Path does not match |
| 73 | api_auth_external_login | /api/v1/auth/external-login | Path does not match |
| 74 | api_auth_register | /api/v1/auth/register | Path does not match |
| 75 | api_auth_resend_code | /api/v1/auth/resend-code | Path does not match |
| 76 | api_auth_verify_code | /api/v1/auth/verify-code | Path does not match |
| 77 | api_auth_refresh_token | /api/v1/auth/refresh-token | Path does not match |
| 78 | app_v1_categories_index | /api/v1/categories | Path does not match |
| 79 | app_v1_categories_show | /api/v1/categories/{id} | Path does not match |
| 80 | app_v1_chatfiles_servefile | /api/v1/chat-files/{messageId} | Path does not match |
| 81 | app_v1_chats_index | /api/v1/chats | Path does not match |
| 82 | app_v1_chats_getmercureinfo | /api/v1/chats/mercure-info | Path does not match |
| 83 | app_v1_chats_show | /api/v1/chats/{id} | Path does not match |
| 84 | app_v1_chats_create | /api/v1/chats/new | Path does not match |
| 85 | app_v1_chats_sendmessage | /api/v1/chats/{id}/messages | Path does not match |
| 86 | app_v1_chats_sendimagemessage | /api/v1/chats/{id}/images | Path does not match |
| 87 | app_v1_chats_sendvoicemessage | /api/v1/chats/{id}/voice | Path does not match |
| 88 | app_v1_chats_markasread | /api/v1/chats/{id}/read | Path does not match |
| 89 | app_v1_chats_updatestatus | /api/v1/chats/status | Path does not match |
| 90 | app_v1_chats_sendtypingindicator | /api/v1/chats/{id}/typing | Path does not match |
| 91 | app_v1_favorites_getfavoriteadverts | /api/v1/favorites/adverts | Path does not match |
| 92 | app_v1_favorites_addadverttofavorites | /api/v1/favorites/adverts/{id} | Path does not match |
| 93 | app_v1_favorites_removeadvertfromfavorites | /api/v1/favorites/adverts/{id} | Path does not match |
| 94 | app_v1_favorites_getfavoriteusers | /api/v1/favorites/users | Path does not match |
| 95 | app_v1_favorites_addusertofavorites | /api/v1/favorites/users/{id} | Path does not match |
| 96 | app_v1_favorites_removeuserfromfavorites | /api/v1/favorites/users/{id} | Path does not match |
| 97 | app_v1_info_gettotaladvertsamount | /api/v1/info/total-adverts-amount | Path does not match |
| 98 | new_medical_privilege_request | /api/v1/medical-privileges/requests | Path does not match |
| 99 | get_notifications | /api/v1/notifications | Path does not match |
| 100 | app_v1_payments_createpayment | /api/v1/payments | Path does not match |
| 101 | app_v1_payments_checkdiscount | /api/v1/payments/discounts/check | Path does not match |
| 102 | api_user_payments | /api/v1/payments/my-payments | Path does not match |
| 103 | api_payment_notification | /api/v1/payments/notification | Path does not match |
| 104 | api_payment_token_notification | /api/v1/payments/token-notification | Path does not match |
| 105 | api_test_payment | /api/v1/payments/test-payment | Path does not match |
| 106 | app_reports_list | /api/v1/reports/my | Path does not match |
| 107 | app_reports_create | /api/v1/reports | Path does not match |
| 108 | app_v1_subscriptions_createsubscription | /api/v1/subscriptions | Path does not match |
| 109 | app_v1_subscriptions_cancelsubscription | /api/v1/subscriptions/{id}/cancel | Path does not match |
| 110 | api_user_logout | /api/v1/users/logout | Path does not match |
| 111 | app_v1_users_show | /api/v1/users/{id} | Path does not match |
| 112 | app_v1_users_update | /api/v1/users/{id} | Path does not match |
| 113 | app_v1_users_delete | /api/v1/users/delete | 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.