Routing
inscription
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/inscription
# | Route name | Path | Log |
---|---|---|---|
1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
2 | _preview_error | /_error/{code}.{_format} | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | accueil | / | Path does not match |
16 | mentions-legales | /mentions-legales | Path does not match |
17 | add_to_apple_wallet | /add-to-apple-wallet/{userSlug} | Path does not match |
18 | register_device | /api/v1/passes/v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}/{serialNumber} | Path does not match |
19 | test_notification | /test-notification/{userSlug}/{notificationMessage} | Path does not match |
20 | check_updates | /api/v1/passes/v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier} | Path does not match |
21 | get_updated_pass | /api/v1/passes/{passTypeIdentifier}/{serialNumber} | Path does not match |
22 | get_pass | /api/v1/passes/v1/passes/{passTypeIdentifier}/{serialNumber} | Path does not match |
23 | pass_log | /api/v1/passes/v1/log | Path does not match |
24 | unregister_device | /api/v1/passes/v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}/{serialNumber} | Path does not match |
25 | test_apple_wallet_flow | /test-apple-wallet-flow/{userSlug} | Path does not match |
26 | app_client_admin | /admin/client | Path does not match |
27 | app_client_card_admin | /admin/client/details/{slug}/{couponId} | Path does not match |
28 | search_client | /search/client | Path does not match |
29 | get_user_data | /get/user | Path does not match |
30 | update_user_points | /admin/update/user/points | Path does not match |
31 | validate_coupon | /admin/valider/coupon | Path does not match |
32 | connexion | /connexion | Path does not match |
33 | app_logout | /deconnexion | Path does not match |
34 | app_coupon | /fidelite/mes-coupons/ | Path does not match |
35 | app_dashboard | /admin/dashboard | Path does not match |
36 | app_dashboard_especes_details | /admin/dashboard/especes-details | Path does not match |
37 | app_dashboard_cb_details | /admin/dashboard/cb-details | Path does not match |
38 | app_dashboard_acompte_details | /admin/dashboard/acompte-details | Path does not match |
39 | app_fidelite | /fidelite/ma-carte | Path does not match |
40 | subscribe_coupon | /subscribe/ | Path does not match |
41 | add_to_google_wallet | /add-to-google-wallet/{userId} | Path does not match |
42 | image_creator | /image/creator | Path does not match |
43 | image_live_preview | /image/live-preview | Path does not match |
44 | image_download | /image/download | Path does not match |
45 | inscription | /inscription | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.