Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | alert_unresolved_alerts | /alert/unresolved/{dbname} | Path does not match |
2 | browser_stats | /browser/stats/{dbname} | Path does not match |
3 | browser_documents | /browser/documents/{dbname} | Path does not match |
4 | browser_document | /browser/document/{dbname}/{name} | Path does not match |
5 | browser_search | /browser/search/{dbname} | Path does not match |
6 | browser_submissions | /browser/submissions/{dbname}/{documentVersionId} | Path does not match |
7 | browser_export | /browser/export/{dbname}/{documentVersionId} | Path does not match |
8 | browser_submission_read | /browser/submission/{dbname}/{submission} | Path does not match |
9 | browser_research | /browser/research/{dbname} | Path does not match |
10 | index | / | Path does not match |
11 | grid_create | /grid/create | Path does not match |
12 | grid_read | /grid/{grid} | Path does not match |
13 | grid_index | /grid/{dbname} | Path does not match |
14 | grid_update_structure | /grid/{grid}/structure | Path does not match |
15 | grid_update | /grid/{grid}/update | Path does not match |
16 | grid_delete | /grid/{grid}/delete | Path does not match |
17 | identity_index | /admin/identity/ | Path does not match |
18 | identity | /admin/identity/ | Path does not match |
19 | identity_create | /admin/identity/create | Path does not match |
20 | identity_read | /admin/identity/{identity} | Path does not match |
21 | identity_update | /admin/identity/{identity}/update | Path does not match |
22 | identity_delete | /admin/identity/{identity}/delete | Path does not match |
23 | liveboard_settings_general | /liveboard/settings/{dbname}/general/{liveboard} | Path does not match |
24 | liveboard_settings_general_remove_logo | /liveboard/settings/{dbname}/remove-logo/{liveboard} | Path does not match |
25 | liveboard_settings_trigger | /liveboard/settings/{dbname}/trigger/{liveboard} | Path does not match |
26 | liveboard_settings_theme | /liveboard/settings/{dbname}/theme/{liveboard} | Path does not match |
27 | liveboard_toggle | /liveboard/{dbname}/toggle/{documentVersionId}/{liveboardId} | Path does not match |
28 | liveboard_index | /liveboard/{dbname} | Path does not match |
29 | liveboard_dashboard | /liveboard/{dbname}/show/{documentVersionId}/{liveboardId} | Path does not match |
30 | liveboard_resolved_alerts | /liveboard/{dbname}/resolved/{documentVersionId}/{liveboardId} | Path does not match |
31 | 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.