Routing
app_default
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | app_my_account | /account | Path does not match |
14 | admin_dashboard | /admin | Path does not match |
15 | admin_login | /admin/login | Path does not match |
16 | admin_logout | /admin/logout | Path does not match |
17 | app_api_customer_fetchcustomers | /api/customers | Path does not match |
18 | app_api_lead_fetchleads | /api/leads | Path does not match |
19 | app_api_lead_createleads | /api/leads | Path does not match |
20 | app_api_marketsheet_fetchmarketsheet | /api/market-sheet | Path does not match |
21 | app_api_payment_payments | /api/payments | Path does not match |
22 | app_api_payment_updatecard | /api/update-card | Path does not match |
23 | app_api_payment_subscriptiontype | /api/subscription-type | Path does not match |
24 | app_api_payment_cancelsubscription | /api/cancel-subscription | Path does not match |
25 | app_api_payment_changesubscription | /api/change-subscription | Path does not match |
26 | app_api_payment_newsubscription | /api/new-subscription | Path does not match |
27 | app_api_payment_getstripeinfos | /api/stripe-infos | Path does not match |
28 | app_api_project_fetchprojects | /api/projects | Path does not match |
29 | app_api_project_createproject | /api/projects | Path does not match |
30 | app_api_project_editproject | /api/projects/{id} | Path does not match |
31 | app_api_project_deleteproject | /api/projects/{id} | Path does not match |
32 | app_api_searchmap_searchmap | /api/search-map | Path does not match |
33 | app_api_searchmap_searchmapinput | /api/search-map-input | Path does not match |
34 | app_api_searchmap_searchmapcount | /api/search-map-count | Path does not match |
35 | app_api_searchmap_exportsearchmapascsv | /api/search-map/export-csv | Path does not match |
36 | app_api_searchmap_deleteproductonmap | /api/search-map/delete-product/{id} | Path does not match |
37 | app_api_territorial_fetchinseecitiesbypostalcodeorname | /api/insee-cities | Path does not match |
38 | app_api_territorial_fetchdepartmentsbypostalcodeorname | /api/departments | Path does not match |
39 | app_api_territorial_fetchregionsbyname | /api/regions | Path does not match |
40 | app_api_transaction_fetchtransactions | /api/transactions | Path does not match |
41 | app_api_transaction_createtransaction | /api/transactions | Path does not match |
42 | app_api_transaction_patchtransaction | /api/transactions/{id} | Path does not match |
43 | app_api_transaction_deletetransaction | /api/transactions/{id} | Path does not match |
44 | app_api_transaction_importtransactions | /api/transactions-import | Path does not match |
45 | app_api_user_fetchusers | /api/users | Path does not match |
46 | app_api_user_createuser | /api/users | Path does not match |
47 | app_api_user_sendconfirmationsubscriptionemail | /api/send-confirmation-sub-email | Path does not match |
48 | app_api_user_addusersubscriptionafter3dsecure | /api/add-user-subscription-after-3dsecure | Path does not match |
49 | app_api_user_patchuser | /api/users/{id} | Path does not match |
50 | app_api_user_patchme | /api/me | Path does not match |
51 | app_api_user_deleteuser | /api/users/{id} | Path does not match |
52 | app_api_user_resetuserpassword | /api/users/{id}/reset-password | Path does not match |
53 | app_api_user_sendresetpasswordmail | /api/users/{email}/send-reset-password | Path does not match |
54 | app_api_user_register | /api/register | Path does not match |
55 | app_reset_password | /api/reset-password/{token} | Path does not match |
56 | app_api_user_checkusers | /api/check-user | Path does not match |
57 | app_api_user_savesearches | /api/save-searches | Path does not match |
58 | app_api_user_savedsearches | /api/saved-searches | Path does not match |
59 | app_api_user_removesavedsearches | /api/remove-saved-searches | Path does not match |
60 | app_api_user_removeuser | /api/remove-user | Path does not match |
61 | app_show_dashboard | /dashboard | Path does not match |
62 | app_default | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.