Routing
browse_fridge
Matched route
Route Parameters
Name | Value |
---|---|
page | 0 |
Route Redirection
This page redirects to:
https://test.vitaliv.app/login
Route Matching Logs
Path to match:
/fridge/browse
# | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.