Routing
edit_levels_week
Matched route
Route Parameters
Name | Value |
---|---|
fridge_id | "10" |
start_date | "2025-03-31" |
Route Redirection
This page redirects to:
https://catering.vitaliv.app/login
Route Matching Logs
Path to match:
/stock/edit-levels-week/10/2025-03-31
# | 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 | /stock/edit-levels/{fridge_id} | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.