Routing
app_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.