Routing
app.index
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "robots.txt" |
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 2 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 3 | api_doc | /api/docs.{_format} | Path does not match |
| 4 | _api_/order-items/{id}{._format}_get | /api/order-items/{id}.{_format} | Path does not match |
| 5 | _api_/order-items{._format}_get_collection | /api/order-items.{_format} | Path does not match |
| 6 | _api_/order-tables/{id}{._format}_get | /api/order-tables/{id}.{_format} | Path does not match |
| 7 | _api_/order-tables{._format}_get_collection | /api/order-tables.{_format} | Path does not match |
| 8 | _api_/activities{._format}_get_collection | /api/activities.{_format} | Path does not match |
| 9 | _api_/activities{._format}_post | /api/activities.{_format} | Path does not match |
| 10 | _api_/activities/{id}{._format}_get | /api/activities/{id}.{_format} | Path does not match |
| 11 | _api_/activities/{id}{._format}_put | /api/activities/{id}.{_format} | Path does not match |
| 12 | _api_/areas{._format}_post | /api/areas.{_format} | Path does not match |
| 13 | _api_/areas/{id}{._format}_get | /api/areas/{id}.{_format} | Path does not match |
| 14 | _api_/areas/{id}{._format}_put | /api/areas/{id}.{_format} | Path does not match |
| 15 | _api_/areas/{id}{._format}_patch | /api/areas/{id}.{_format} | Path does not match |
| 16 | get_company_areas | /api/companies/{id}/areas | Path does not match |
| 17 | _api_/companies{._format}_post | /api/companies.{_format} | Path does not match |
| 18 | _api_/companies/{id}{._format}_get | /api/companies/{id}.{_format} | Path does not match |
| 19 | _api_/companies/{id}{._format}_put | /api/companies/{id}.{_format} | Path does not match |
| 20 | _api_/companies/{id}{._format}_patch | /api/companies/{id}.{_format} | Path does not match |
| 21 | put_company | /api/companies/{id} | Path does not match |
| 22 | _api_/company-configurations{._format}_post | /api/company-configurations.{_format} | Path does not match |
| 23 | _api_/company-configurations/{id}{._format}_get | /api/company-configurations/{id}.{_format} | Path does not match |
| 24 | _api_/company-configurations/{id}{._format}_put | /api/company-configurations/{id}.{_format} | Path does not match |
| 25 | _api_/company-configurations/{id}{._format}_patch | /api/company-configurations/{id}.{_format} | Path does not match |
| 26 | get_company_configuration | /api/companies/{id}/configurations | Path does not match |
| 27 | _api_/currencies{._format}_get_collection | /api/currencies.{_format} | Path does not match |
| 28 | _api_/currencies/{id}{._format}_get | /api/currencies/{id}.{_format} | Path does not match |
| 29 | _api_/currencies{._format}_post | /api/currencies.{_format} | Path does not match |
| 30 | _api_/currencies/{id}{._format}_put | /api/currencies/{id}.{_format} | Path does not match |
| 31 | _api_/groups{._format}_get_collection | /api/groups.{_format} | Path does not match |
| 32 | _api_/groups/{id}{._format}_get | /api/groups/{id}.{_format} | Path does not match |
| 33 | _api_/groups{._format}_post | /api/groups.{_format} | Path does not match |
| 34 | _api_/groups/{id}{._format}_put | /api/groups/{id}.{_format} | Path does not match |
| 35 | _api_/ingredients{._format}_post | /api/ingredients.{_format} | Path does not match |
| 36 | _api_/ingredients/{id}{._format}_get | /api/ingredients/{id}.{_format} | Path does not match |
| 37 | _api_/ingredients/{id}{._format}_put | /api/ingredients/{id}.{_format} | Path does not match |
| 38 | _api_/ingredients/{id}{._format}_patch | /api/ingredients/{id}.{_format} | Path does not match |
| 39 | get_company_ingredients | /api/companies/{id}/ingredients | Path does not match |
| 40 | _api_/media-objects/{id}{._format}_get | /api/media-objects/{id}.{_format} | Path does not match |
| 41 | _api_/media-objects{._format}_get_collection | /api/media-objects.{_format} | Path does not match |
| 42 | _api_/media-objects{._format}_post | /api/media-objects.{_format} | Path does not match |
| 43 | _api_/menus{._format}_post | /api/menus.{_format} | Path does not match |
| 44 | _api_/menus/{id}{._format}_get | /api/menus/{id}.{_format} | Path does not match |
| 45 | _api_/menus/{id}{._format}_put | /api/menus/{id}.{_format} | Path does not match |
| 46 | _api_/menus/{id}{._format}_patch | /api/menus/{id}.{_format} | Path does not match |
| 47 | put_menu | /api/menus/{id} | Path does not match |
| 48 | get_category_menus | /api/menu-categories/{id}/menus | Path does not match |
| 49 | get_company_menus | /api/companies/{id}/menus | Path does not match |
| 50 | _api_/menu-categories{._format}_post | /api/menu-categories.{_format} | Path does not match |
| 51 | _api_/menu-categories/{id}{._format}_get | /api/menu-categories/{id}.{_format} | Path does not match |
| 52 | _api_/menu-categories/{id}{._format}_put | /api/menu-categories/{id}.{_format} | Path does not match |
| 53 | _api_/menu-categories/{id}{._format}_patch | /api/menu-categories/{id}.{_format} | Path does not match |
| 54 | get_company_menu_categories | /api/companies/{id}/menu-categories | Path does not match |
| 55 | _api_/orders{._format}_post | /api/orders.{_format} | Path does not match |
| 56 | _api_/orders/{id}{._format}_get | /api/orders/{id}.{_format} | Path does not match |
| 57 | _api_/orders/{id}{._format}_put | /api/orders/{id}.{_format} | Path does not match |
| 58 | _api_/orders/{id}{._format}_patch | /api/orders/{id}.{_format} | Path does not match |
| 59 | pay_order | /api/orders/{id}/pay | Path does not match |
| 60 | get_activity_orders | /api/sale-activities/{id}/orders | Path does not match |
| 61 | get_company_orders | /api/companies/{id}/orders | Path does not match |
| 62 | _api_/order-status_get_collection | /api/order-status | Path does not match |
| 63 | _api_/order-status/{id}_get | /api/order-status/{id} | Path does not match |
| 64 | _api_/order-status_post | /api/order-status | Path does not match |
| 65 | _api_/order-status/{id}_put | /api/order-status/{id} | Path does not match |
| 66 | _api_/payment-types{._format}_get_collection | /api/payment-types.{_format} | Path does not match |
| 67 | _api_/payment-types{._format}_post | /api/payment-types.{_format} | Path does not match |
| 68 | _api_/payment-types/{id}{._format}_get | /api/payment-types/{id}.{_format} | Path does not match |
| 69 | _api_/payment-types/{id}{._format}_put | /api/payment-types/{id}.{_format} | Path does not match |
| 70 | _api_/sale-activities{._format}_post | /api/sale-activities.{_format} | Path does not match |
| 71 | _api_/sale-activities/{id}{._format}_get | /api/sale-activities/{id}.{_format} | Path does not match |
| 72 | _api_/sale-activities/{id}{._format}_put | /api/sale-activities/{id}.{_format} | Path does not match |
| 73 | _api_/sale-activities/{id}{._format}_patch | /api/sale-activities/{id}.{_format} | Path does not match |
| 74 | get_company_sale_activities | /api/companies/{id}/sale-activities | Path does not match |
| 75 | _api_/subscription-plans{._format}_get_collection | /api/subscription-plans.{_format} | Path does not match |
| 76 | _api_/subscription-plans{._format}_post | /api/subscription-plans.{_format} | Path does not match |
| 77 | _api_/subscription-plans/{id}{._format}_get | /api/subscription-plans/{id}.{_format} | Path does not match |
| 78 | _api_/subscription-plans/{id}{._format}_put | /api/subscription-plans/{id}.{_format} | Path does not match |
| 79 | _api_/subscription-services{._format}_get_collection | /api/subscription-services.{_format} | Path does not match |
| 80 | _api_/subscription-services{._format}_post | /api/subscription-services.{_format} | Path does not match |
| 81 | _api_/subscription-services/{id}{._format}_get | /api/subscription-services/{id}.{_format} | Path does not match |
| 82 | _api_/subscription-services/{id}{._format}_put | /api/subscription-services/{id}.{_format} | Path does not match |
| 83 | _api_/tables{._format}_post | /api/tables.{_format} | Path does not match |
| 84 | _api_/tables/{id}{._format}_get | /api/tables/{id}.{_format} | Path does not match |
| 85 | _api_/tables/{id}{._format}_put | /api/tables/{id}.{_format} | Path does not match |
| 86 | _api_/tables/{id}{._format}_patch | /api/tables/{id}.{_format} | Path does not match |
| 87 | get_area_tables | /api/areas/{id}/tables | Path does not match |
| 88 | _api_/table-positions{._format}_post | /api/table-positions.{_format} | Path does not match |
| 89 | _api_/table-positions/{id}{._format}_get | /api/table-positions/{id}.{_format} | Path does not match |
| 90 | _api_/users{._format}_get_collection | /api/users.{_format} | Path does not match |
| 91 | register | /api/auth/register | Path does not match |
| 92 | _api_/users{._format}_post | /api/users.{_format} | Path does not match |
| 93 | _api_/users/{id}{._format}_get | /api/users/{id}.{_format} | Path does not match |
| 94 | _api_/users/{id}{._format}_put | /api/users/{id}.{_format} | Path does not match |
| 95 | _api_/users/{id}{._format}_patch | /api/users/{id}.{_format} | Path does not match |
| 96 | _api_/users/{id}{._format}_delete | /api/users/{id}.{_format} | Path does not match |
| 97 | get_current_user | /api/me | Path does not match |
| 98 | get_company_users | /api/companies/{id}/users | Path does not match |
| 99 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 100 | api_refresh_token | /api/auth/token/refresh | Path does not match |
| 101 | _wdt | /_wdt/{token} | Path does not match |
| 102 | _profiler_home | /_profiler/ | Path does not match |
| 103 | _profiler_search | /_profiler/search | Path does not match |
| 104 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 105 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 106 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 107 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 108 | _profiler_open_file | /_profiler/open | Path does not match |
| 109 | _profiler | /_profiler/{token} | Path does not match |
| 110 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 111 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 112 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 113 | api_dashboard_statistics | /api/dashboard/statistics/{id} | Path does not match |
| 114 | api_dashboard_turnovers | /api/dashboard/turnovers/{id} | Path does not match |
| 115 | api_dashboard_variations | /api/dashboard/variations/{period}/{id} | Path does not match |
| 116 | app.account.verify | /account/verify | Path does not match |
| 117 | app.index | /{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.