Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api_dsp_ids | /api/dsp/identifier | Path does not match |
| 2 | app_api_list_dsp_children | /api/dsp/{parentId}/{entity}/list/{page}/{size}/{sortField}/{sortOrder}/ | Path does not match |
| 3 | app_api_list_search_dsp_children | /api/dsp/{parentId}/{entity}/list/{page}/{size}/{sortField}/{sortOrder}/{search} | Path does not match |
| 4 | app_api_create_entity_dsp_children | /api/dsp/{parentId}/{entity} | Path does not match |
| 5 | app_api_copy_dsp_child | /api/copy/{entity}/{id}/{readOnly} | Path does not match |
| 6 | app_api_update_inventory_placements | /api/inventory/placements | Path does not match |
| 7 | app_api_inventory_options | /api/inventory/options | Path does not match |
| 8 | app_api_inventory_list | /api/inventory/list/{page}/{size}/{sortField}/{sortOrder}/ | Path does not match |
| 9 | app_api_inventory_list_search | /api/inventory/list/{page}/{size}/{sortField}/{sortOrder}/{search} | Path does not match |
| 10 | app_api_remote_deals_list | /api/remote-deals/{dspId} | Path does not match |
| 11 | app_api_list | /api/{entity}/list/{page}/{size}/{sortField}/{sortOrder}/ | Path does not match |
| 12 | app_api_list_search | /api/{entity}/list/{page}/{size}/{sortField}/{sortOrder}/{search} | Path does not match |
| 13 | app_api_mutation_list | /api/mutation/{entity}/list/{parent} | Path does not match |
| 14 | app_api_mutation_unlock | /api/mutation/unlock/{entity}/{id} | Path does not match |
| 15 | app_api_export_entity | /api/export/{entity} | Path does not match |
| 16 | app_api_create_entity | /api/{entity} | Path does not match |
| 17 | app_api_read_entity | /api/{entity}/{id}/{readOnly} | Path does not match |
| 18 | app_api_update_entity | /api/{entity}/{id} | Path does not match |
| 19 | app_api_delete_entity | /api/{entity}/{id} | Path does not match |
| 20 | google_oauth_check | /login/with-google | Path does not match |
| 21 | app_index | / | Path does not match |
| 22 | app_demand | /demand | Path does not match |
| 23 | app_demand_slug | /demand/{slug} | Path does not match |
| 24 | app_demand_slug_slug2 | /demand/{slug}/{slug2} | Path does not match |
| 25 | app_demand_slug_slug2_slug3 | /demand/{slug}/{slug2}/{slug3} | Path does not match |
| 26 | app_demand_slug_slug2_slug3_slug4 | /demand/{slug}/{slug2}/{slug3}/{slug4} | Path does not match |
| 27 | app_publisher | /publisher | Path does not match |
| 28 | app_publisher_slug | /publisher/{slug} | Path does not match |
| 29 | app_inventory | /inventory | Path does not match |
| 30 | app_inventory_slug | /inventory/{slug} | Path does not match |
| 31 | app_dashboard | /dashboard | Path does not match |
| 32 | app_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.