Routing
(none)
Matched route
Route Matching Logs
Path to match:
/first-connexion/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2Rpd2lvLmNvbSIsImlhdCI6MTc2NDg2MzkyNCwiZXhwIjoxNzY1MTIzMTI0LCJ1c2VybmFtZSI6ImZhYmllbiIsImNvZGUiOiI3ZjcyZTAwZDNmNGJhM2ZjMWFjZmY0OTdjMDA1MGQwYyJ9.Zcpe3gQvWgRTQWDI60TBXGpdy9nzrZqXF-t2LQV5Wr4
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | change_state | /admin/abonnement/{id}/etat/{isState} | Path does not match |
| 2 | edit_abonnement | /admin/edit_abonnement/{id} | Path does not match |
| 3 | new_abonnement | /admin/new_abonnement/{id} | Path does not match |
| 4 | renew_subscription | /admin/renew_subscription/{id} | Path does not match |
| 5 | check_rfid_validity | /admin/check_rfid_validity | Path does not match |
| 6 | new_maintainer_subscription | /admin/new_maintainer_subscription/{id} | Path does not match |
| 7 | recap_maintainer_subscription_code | /admin/recap_maintainer_subscription_code | Path does not match |
| 8 | edit_maintainer_subscription | /admin/edit_maintainer_subscription/{id} | Path does not match |
| 9 | synchro_subscription | /admin/synchro_subscription/{id} | Path does not match |
| 10 | connexion | /connexion | Path does not match |
| 11 | first_connexion | /first-connexion/{jwt} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.