Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | api-shower-types | /api/shower-types | Path does not match |
| 3 | api-categories | /api/categories | Path does not match |
| 4 | api-model-types | /api/model-types | Path does not match |
| 5 | api-dimensions | /api/dimensions | Path does not match |
| 6 | api-glass-thickness | /api/glass-thickness | Path does not match |
| 7 | api-opening | /api/opening | Path does not match |
| 8 | api-hinge | /api/hinge | Path does not match |
| 9 | api-corner | /api/corner | Path does not match |
| 10 | api-door-handle | /api/door-handle | Path does not match |
| 11 | api-sealing | /api/sealing | Path does not match |
| 12 | api-accessories | /api/accessories | Path does not match |
| 13 | api-summary | /api/summary | Path does not match |
| 14 | api-create-configuration | /api/create-configuration | Path does not match |
| 15 | api-load-configuration | /api/load-configuration/{uniqueId} | Path does not match |
| 16 | api-menu-definition | /api/menu-definition/{uniqueId} | Path does not match |
| 17 | api-menu-definition-with-shower-type | /api/menu-definition/{uniqueId}/{showerType} | Path does not match |
| 18 | api-possible-without-sealing | /api/possible-without-sealing/{uniqueId} | Path does not match |
| 19 | api-clone-configuration | /api/clone-configuration/{uniqueId} | Path does not match |
| 20 | api-send-inquiry | /api/send-inquiry | Path does not match |
| 21 | api-send-question | /api/send-question | Path does not match |
| 22 | api-send-not-finished-configuration | /api/send-not-finished-configuration | Path does not match |
| 23 | api-api-fallback | /api/{fallback} | Path does not match |
| 24 | dev-dev-compute-configuration-price | /dev/compute-configuration-price | Path does not match |
| 25 | dev-dev-get-step-data | /dev/get-step-data | Path does not match |
| 26 | homepage | / | Path does not match |
| 27 | login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.