Routing
index
Matched route
Route Parameters
| Name | Value |
|---|---|
| reactRouting | "robots.txt" |
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 14 | api_doc | /api/docs.{_format} | Path does not match |
| 15 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 16 | api_cooking_oil_controls_post_collection | /api/cookingOilControl.{_format} | Path does not match |
| 17 | api_cooking_oil_controls_get_item | /api/cookingOilControl/{id}.{_format} | Path does not match |
| 18 | api_cooking_oil_controls_put_item | /api/cookingOilControl/{id}.{_format} | Path does not match |
| 19 | api_cooking_oil_controls_delete_item | /api/cookingOilControl/{id}.{_format} | Path does not match |
| 20 | api_task_resolutions_get_collection | /api/taskResolution.{_format} | Path does not match |
| 21 | api_task_resolutions_get_non_compliance_tasks_shop_collection | /api/shop/{id}/nonComplianceTasks | Path does not match |
| 22 | api_task_resolutions_export_collection | /api/shop/{id}/taskResolution/export | Path does not match |
| 23 | api_task_resolutions_get_item | /api/taskResolution/{id}.{_format} | Path does not match |
| 24 | api_subareas_post_collection | /api/subarea.{_format} | Path does not match |
| 25 | api_subareas_get_item | /api/subarea/{id}.{_format} | Path does not match |
| 26 | api_subareas_put_item | /api/subarea/{id}.{_format} | Path does not match |
| 27 | api_subareas_delete_item | /api/subarea/{id}.{_format} | Path does not match |
| 28 | api_planned_tasks_post_collection | /api/plannedTask.{_format} | Path does not match |
| 29 | api_planned_tasks_post_multiple_collection | /api/plannedTasks | Path does not match |
| 30 | api_planned_tasks_get_item | /api/plannedTask/{id}.{_format} | Path does not match |
| 31 | api_planned_tasks_put_item | /api/plannedTask/{id}.{_format} | Path does not match |
| 32 | api_planned_tasks_delete_item | /api/plannedTask/{id}.{_format} | Path does not match |
| 33 | api_reception_controls_post_collection | /api/receptionControl.{_format} | Path does not match |
| 34 | api_reception_controls_get_item | /api/receptionControl/{id}.{_format} | Path does not match |
| 35 | api_reception_controls_put_item | /api/receptionControl/{id}.{_format} | Path does not match |
| 36 | api_reception_controls_delete_item | /api/receptionControl/{id}.{_format} | Path does not match |
| 37 | api_shops_get_collection | /api/shop.{_format} | Path does not match |
| 38 | api_shops_post_collection | /api/shop.{_format} | Path does not match |
| 39 | api_shops_duplicate_collection | /api/shop/{id}/duplicate | Path does not match |
| 40 | api_shops_get_item | /api/shop/{id}.{_format} | Path does not match |
| 41 | api_shops_put_item | /api/shop/{id}.{_format} | Path does not match |
| 42 | api_shops_delete_item | /api/shop/{id}.{_format} | Path does not match |
| 43 | api_shops_get_areas_by_shop_item | /api/shop/{id}/area | Path does not match |
| 44 | api_shops_get_subareas_by_shop_item | /api/shop/{id}/subarea | Path does not match |
| 45 | api_shops_get_dashboard_progress_by_shop_item | /api/shop/{id}/dashboardProgress | Path does not match |
| 46 | api_shops_get_categories_tasks_by_shop_item | /api/shop/{id}/categoriesTask | Path does not match |
| 47 | api_shops_get_dashboard_tasks_by_shop_item | /api/shop/{id}/dashboardTask | Path does not match |
| 48 | api_shops_add_shop_users_item | /api/shop/{id}/user/add | Path does not match |
| 49 | api_shops_delete_shop_users_item | /api/shop/{id}/user/delete | Path does not match |
| 50 | api_shops_products_get_subresource | /api/shop/{id}/product | Path does not match |
| 51 | api_shops_users_get_subresource | /api/shop/{id}/user | Path does not match |
| 52 | api_shops_staffs_get_subresource | /api/shop/{id}/staff | Path does not match |
| 53 | api_shops_suppliers_get_subresource | /api/shop/{id}/supplier | Path does not match |
| 54 | api_shops_cooling_monitoring_actions_get_subresource | /api/shop/{id}/coolingMonitoringAction | Path does not match |
| 55 | api_shops_product_categories_get_subresource | /api/shop/{id}/productCategory | Path does not match |
| 56 | api_shops_planned_tasks_get_subresource | /api/shop/{id}/plannedTask | Path does not match |
| 57 | api_shops_task_resolutions_get_subresource | /api/shop/{id}/taskResolution | Path does not match |
| 58 | api_shops_devices_get_subresource | /api/shop/{id}/device | Path does not match |
| 59 | api_shops_recipes_get_subresource | /api/shop/{id}/recipe | Path does not match |
| 60 | api_shops_sticks_get_subresource | /api/shop/{id}/stick | Path does not match |
| 61 | api_shops_custom_control_tasks_get_subresource | /api/shop/{id}/customControlTask | Path does not match |
| 62 | api_shops_calendars_get_subresource | /api/shop/{id}/calendar | Path does not match |
| 63 | api_devices_get_collection | /api/device.{_format} | Path does not match |
| 64 | api_devices_post_collection | /api/device.{_format} | Path does not match |
| 65 | api_devices_validation_request_collection | /api/device/validation/request | Path does not match |
| 66 | api_devices_get_item | /api/device/{id}.{_format} | Path does not match |
| 67 | api_devices_put_item | /api/device/{id}.{_format} | Path does not match |
| 68 | api_users_get_collection | /api/user.{_format} | Path does not match |
| 69 | api_users_post_collection | /api/user.{_format} | Path does not match |
| 70 | api_users_get_user_connected_collection | /api/user/me | Path does not match |
| 71 | api_users_get_item | /api/user/{id}.{_format} | Path does not match |
| 72 | api_users_put_item | /api/user/{id}.{_format} | Path does not match |
| 73 | api_users_delete_item | /api/user/{id}.{_format} | Path does not match |
| 74 | api_users_shops_get_subresource | /api/user/{id}/shop | Path does not match |
| 75 | api_templates_get_collection | /api/template.{_format} | Path does not match |
| 76 | api_templates_post_collection | /api/template.{_format} | Path does not match |
| 77 | api_templates_load_collection | /api/shop/{shopId}/template/{templateId}/load | Path does not match |
| 78 | api_templates_get_item | /api/template/{id}.{_format} | Path does not match |
| 79 | api_templates_delete_item | /api/template/{id}.{_format} | Path does not match |
| 80 | api_templates_put_item | /api/template/{id}.{_format} | Path does not match |
| 81 | api_sessions_get_collection | /api/session.{_format} | Path does not match |
| 82 | api_sessions_get_sessions_by_shop_collection | /api/shop/{id}/session | Path does not match |
| 83 | api_sessions_open_collection | /api/session/open | Path does not match |
| 84 | api_sessions_close_collection | /api/session/{id}/close | Path does not match |
| 85 | api_sessions_upload_collection | /api/shop/{id}/session/upload | Path does not match |
| 86 | api_sessions_get_item | /api/session/{id}.{_format} | Path does not match |
| 87 | api_sessions_put_item | /api/session/{id}.{_format} | Path does not match |
| 88 | api_sessions_task_resolutions_get_subresource | /api/session/{id}/taskResolution | Path does not match |
| 89 | api_categories_get_collection | /api/category.{_format} | Path does not match |
| 90 | api_categories_get_categories_by_shop_collection | /api/shop/{id}/category | Path does not match |
| 91 | api_categories_post_collection | /api/category.{_format} | Path does not match |
| 92 | api_categories_get_item | /api/category/{id}.{_format} | Path does not match |
| 93 | api_categories_put_item | /api/category/{id}.{_format} | Path does not match |
| 94 | api_categories_delete_item | /api/category/{id}.{_format} | Path does not match |
| 95 | api_products_post_collection | /api/product.{_format} | Path does not match |
| 96 | api_products_import_collection | /api/shop/{id}/product/import | Path does not match |
| 97 | api_products_get_item | /api/product/{id}.{_format} | Path does not match |
| 98 | api_products_put_item | /api/product/{id}.{_format} | Path does not match |
| 99 | api_products_delete_item | /api/product/{id}.{_format} | Path does not match |
| 100 | api_staff_post_collection | /api/staff.{_format} | Path does not match |
| 101 | api_staff_get_item | /api/staff/{id}.{_format} | Path does not match |
| 102 | api_staff_put_item | /api/staff/{id}.{_format} | Path does not match |
| 103 | api_staff_delete_item | /api/staff/{id}.{_format} | Path does not match |
| 104 | api_global_parameters_get_item | /api/globalParameters/{id}.{_format} | Path does not match |
| 105 | api_global_parameters_put_item | /api/globalParameters/{id}.{_format} | Path does not match |
| 106 | api_suppliers_post_collection | /api/supplier.{_format} | Path does not match |
| 107 | api_suppliers_import_collection | /api/shop/{id}/supplier/import | Path does not match |
| 108 | api_suppliers_get_item | /api/supplier/{id}.{_format} | Path does not match |
| 109 | api_suppliers_put_item | /api/supplier/{id}.{_format} | Path does not match |
| 110 | api_suppliers_delete_item | /api/supplier/{id}.{_format} | Path does not match |
| 111 | api_cooling_monitoring_actions_post_collection | /api/coolingMonitoringAction.{_format} | Path does not match |
| 112 | api_cooling_monitoring_actions_get_item | /api/coolingMonitoringAction/{id}.{_format} | Path does not match |
| 113 | api_cooling_monitoring_actions_put_item | /api/coolingMonitoringAction/{id}.{_format} | Path does not match |
| 114 | api_cooling_monitoring_actions_delete_item | /api/coolingMonitoringAction/{id}.{_format} | Path does not match |
| 115 | api_product_categories_post_collection | /api/productCategory.{_format} | Path does not match |
| 116 | api_product_categories_get_item | /api/productCategory/{id}.{_format} | Path does not match |
| 117 | api_product_categories_put_item | /api/productCategory/{id}.{_format} | Path does not match |
| 118 | api_product_categories_delete_item | /api/productCategory/{id}.{_format} | Path does not match |
| 119 | api_recipes_post_collection | /api/recipe.{_format} | Path does not match |
| 120 | api_recipes_get_item | /api/recipe/{id}.{_format} | Path does not match |
| 121 | api_recipes_put_item | /api/recipe/{id}.{_format} | Path does not match |
| 122 | api_recipes_delete_item | /api/recipe/{id}.{_format} | Path does not match |
| 123 | api_sticks_get_item | /api/stick/{id}.{_format} | Path does not match |
| 124 | api_custom_control_tasks_post_collection | /api/customControlTask.{_format} | Path does not match |
| 125 | api_custom_control_tasks_get_item | /api/customControlTask/{id}.{_format} | Path does not match |
| 126 | api_custom_control_tasks_put_item | /api/customControlTask/{id}.{_format} | Path does not match |
| 127 | api_custom_control_tasks_delete_item | /api/customControlTask/{id}.{_format} | Path does not match |
| 128 | api_calendars_post_collection | /api/calendar.{_format} | Path does not match |
| 129 | api_calendars_post_multiple_collection | /api/shop/{id}/calendars | Path does not match |
| 130 | api_calendars_get_item | /api/calendar/{id}.{_format} | Path does not match |
| 131 | api_calendars_put_item | /api/calendar/{id}.{_format} | Path does not match |
| 132 | api_calendars_delete_item | /api/calendar/{id}.{_format} | Path does not match |
| 133 | api_areas_post_collection | /api/area.{_format} | Path does not match |
| 134 | api_areas_get_item | /api/area/{id}.{_format} | Path does not match |
| 135 | api_areas_put_item | /api/area/{id}.{_format} | Path does not match |
| 136 | api_areas_delete_item | /api/area/{id}.{_format} | Path does not match |
| 137 | api_cleanings_post_collection | /api/cleaning.{_format} | Path does not match |
| 138 | api_cleanings_get_item | /api/cleaning/{id}.{_format} | Path does not match |
| 139 | api_cleanings_put_item | /api/cleaning/{id}.{_format} | Path does not match |
| 140 | api_cleanings_delete_item | /api/cleaning/{id}.{_format} | Path does not match |
| 141 | api_cooling_monitorings_post_collection | /api/coolingMonitoring.{_format} | Path does not match |
| 142 | api_cooling_monitorings_get_item | /api/coolingMonitoring/{id}.{_format} | Path does not match |
| 143 | api_cooling_monitorings_put_item | /api/coolingMonitoring/{id}.{_format} | Path does not match |
| 144 | api_cooling_monitorings_delete_item | /api/coolingMonitoring/{id}.{_format} | Path does not match |
| 145 | api_custom_controls_post_collection | /api/customControl.{_format} | Path does not match |
| 146 | api_custom_controls_get_item | /api/customControl/{id}.{_format} | Path does not match |
| 147 | api_custom_controls_put_item | /api/customControl/{id}.{_format} | Path does not match |
| 148 | api_custom_controls_delete_item | /api/customControl/{id}.{_format} | Path does not match |
| 149 | api_custom_control_fields_get_item | /api/customControlField/{id}.{_format} | Path does not match |
| 150 | api_custom_control_field_values_get_item | /api/customControlFieldValue/{id}.{_format} | Path does not match |
| 151 | api_meal_makings_post_collection | /api/mealMaking.{_format} | Path does not match |
| 152 | api_meal_makings_get_item | /api/mealMaking/{id}.{_format} | Path does not match |
| 153 | api_meal_makings_put_item | /api/mealMaking/{id}.{_format} | Path does not match |
| 154 | api_meal_makings_delete_item | /api/mealMaking/{id}.{_format} | Path does not match |
| 155 | api_recipe_products_get_item | /api/recipeProduct/{id}.{_format} | Path does not match |
| 156 | api_temperature_controls_post_collection | /api/temperatureControl.{_format} | Path does not match |
| 157 | api_temperature_controls_get_item | /api/temperatureControl/{id}.{_format} | Path does not match |
| 158 | api_temperature_controls_put_item | /api/temperatureControl/{id}.{_format} | Path does not match |
| 159 | api_temperature_controls_delete_item | /api/temperatureControl/{id}.{_format} | Path does not match |
| 160 | api_temporary_recipes_get_item | /api/temporaryRecipe/{id}.{_format} | Path does not match |
| 161 | api_temporary_recipe_products_get_item | /api/temporaryRecipeProduct/{id}.{_format} | Path does not match |
| 162 | api_traceabilities_post_collection | /api/traceability.{_format} | Path does not match |
| 163 | api_traceabilities_get_item | /api/traceability/{id}.{_format} | Path does not match |
| 164 | api_traceabilities_put_item | /api/traceability/{id}.{_format} | Path does not match |
| 165 | api_traceabilities_delete_item | /api/traceability/{id}.{_format} | Path does not match |
| 166 | fos_oauth_server_token | /oauth/v2/token | Path does not match |
| 167 | fos_oauth_server_authorize | /oauth/v2/auth | Path does not match |
| 168 | index | /{reactRouting} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.