Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | browse_center | /center/browse/{page} | Path does not match |
| 2 | edit_center | /center/edit/{center_id} | Path does not match |
| 3 | browse_fridge | /fridge/browse/{page} | Path does not match |
| 4 | edit_fridge | /fridge/edit/{fridge_id} | Path does not match |
| 5 | view_fridge_products | /fridge/products/{fridge_id} | Path does not match |
| 6 | app_login | /login | Path does not match |
| 7 | home | / | Path does not match |
| 8 | browse_movement | /movement/browse/{center_id}/{page} | Path does not match |
| 9 | edit_movement | /movement/edit/{center_id}/{movement_id} | Path does not match |
| 10 | edit_movement_stocks | /movement/edit-stocks/{center_id}/{movement_id} | Path does not match |
| 11 | browse_order | /order/browse/{page} | Path does not match |
| 12 | edit_order | /order/edit/{date} | Path does not match |
| 13 | send_order | /order/send/{date} | Path does not match |
| 14 | send_picklist_production | /picklist/send-production/{picklist_id} | Path does not match |
| 15 | browse_picklist | /picklist/browse/{fridge_id}/{page} | Path does not match |
| 16 | edit_picklist | /picklist/edit/{picklist_id}/{edit} | Path does not match |
| 17 | generate_picklist | /picklist/generate/{fridge_id}/{date} | Path does not match |
| 18 | send_picklist | /picklist/send/{picklist_id} | Path does not match |
| 19 | delete_picklist | /picklist/delete/{picklist_id} | Path does not match |
| 20 | browse_product_type | /product-type/browse/{page} | Path does not match |
| 21 | edit_product_type | /product-type/edit/{product_type_id} | Path does not match |
| 22 | product_type_autocomplete | /product-type/autocomplete | Path does not match |
| 23 | app_register | /register/{role} | Path does not match |
| 24 | edit_levels_day | /stock/edit-levels-day/{fridge_id}/{date} | Path does not match |
| 25 | edit_order_old | /stock/edit-order/{fridge_id}/{start_date} | Path does not match |
| 26 | edit_levels_week | /stock/edit-levels-week/{fridge_id}/{start_date} | Path does not match |
| 27 | copy_stocks_week | /stock/copy-week/{fridge_id}/{target_date} | Path does not match |
| 28 | copy_stocks_day | /stock/copy-day/{fridge_id}/{target_date} | Path does not match |
| 29 | stock_calendar | /stock/calendar/{fridge_id}/{year}/{month} | Path does not match |
| 30 | sync_fridge | /sync/fridge/ | Path does not match |
| 31 | sync_producttype | /sync/product-type/ | Path does not match |
| 32 | sync_product | /sync/product/{fridge_id} | Path does not match |
| 33 | sync_manual | /sync/manual/{fridge_id} | Path does not match |
| 34 | sync_recipes | /sync/recipes | Path does not match |
| 35 | sync_customers | /sync/customers | Path does not match |
| 36 | browse_user | /user/browse | Path does not match |
| 37 | edit_user | /admin/users/edit/{user_id} | Path does not match |
| 38 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 39 | _wdt | /_wdt/{token} | Path does not match |
| 40 | _profiler_home | /_profiler/ | Path does not match |
| 41 | _profiler_search | /_profiler/search | Path does not match |
| 42 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 43 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 44 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 45 | _profiler_open_file | /_profiler/open | Path does not match |
| 46 | _profiler | /_profiler/{token} | Path does not match |
| 47 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 48 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 49 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 50 | app_logout | /logout | 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.