Routing
app_connexion
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | 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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_api_admin_utilisateurs_liste | /api/admin/utilisateurs | Path does not match |
| 17 | app_api_admin_utilisateurs_modifier | /api/admin/utilisateurs/{id} | Path does not match |
| 18 | app_api_admin_utilisateurs_supprimer | /api/admin/utilisateurs/{id} | Path does not match |
| 19 | app_api_admin_projets_liste | /api/admin/projets | Path does not match |
| 20 | app_api_admin_projets_supprimer | /api/admin/projets/{id} | Path does not match |
| 21 | app_api_admin_entreprises_liste | /api/admin/entreprises | Path does not match |
| 22 | app_api_admin_entreprises_supprimer | /api/admin/entreprises/{id} | Path does not match |
| 23 | app_api_auth_inscription | /api/auth/inscription | Path does not match |
| 24 | app_api_auth_connexion | /api/auth/connexion | Path does not match |
| 25 | app_api_auth_moi | /api/auth/moi | Path does not match |
| 26 | app_api_commentaires_lister | /api/tickets/{ticketId}/commentaires | Path does not match |
| 27 | app_api_commentaires_creer | /api/tickets/{ticketId}/commentaires | Path does not match |
| 28 | app_api_entreprises_creer | /api/entreprises | Path does not match |
| 29 | app_api_entreprises_modifier | /api/entreprises/{id} | Path does not match |
| 30 | app_api_entreprises_membres | /api/entreprises/{id}/membres | Path does not match |
| 31 | app_api_entreprises_modifier_membre | /api/entreprises/{id}/membres/{userId} | Path does not match |
| 32 | app_api_entreprises_supprimer_membre | /api/entreprises/{id}/membres/{userId} | Path does not match |
| 33 | app_api_entreprises_inviter | /api/entreprises/{id}/invitations | Path does not match |
| 34 | app_api_entreprises_utilisateurs_ajoutables | /api/entreprises/{id}/utilisateurs-ajoutables | Path does not match |
| 35 | app_api_entreprises_ajouter_membre | /api/entreprises/{id}/membres | Path does not match |
| 36 | app_api_invitations_projet_accepter | /api/invitations/projet/{token}/accepter | Path does not match |
| 37 | app_api_notifications_list | /api/notifications | Path does not match |
| 38 | app_api_notifications_read_all | /api/notifications/read-all | Path does not match |
| 39 | app_api_notifications_read | /api/notifications/{id}/read | Path does not match |
| 40 | app_api_notifications_unread | /api/notifications/{id}/unread | Path does not match |
| 41 | app_api_projets_creer | /api/projets | Path does not match |
| 42 | app_api_projets_parametres | /api/projets/{slug}/parametres | Path does not match |
| 43 | app_api_projets_membres | /api/projets/{projetSlug}/membres | Path does not match |
| 44 | app_api_projets_acces | /api/projets/{projetSlug}/acces | Path does not match |
| 45 | app_api_projets_membres_ajoutables | /api/projets/{projetSlug}/membres-ajoutables | Path does not match |
| 46 | app_api_projets_invitations | /api/projets/{projetSlug}/invitations | Path does not match |
| 47 | app_api_projets_membres_ajouter | /api/projets/{projetSlug}/membres | Path does not match |
| 48 | app_api_projets_invitations_supprimer | /api/projets/{projetSlug}/invitations/{id} | Path does not match |
| 49 | app_api_projets_invitations_renvoyer | /api/projets/{projetSlug}/invitations/{id}/renvoyer | Path does not match |
| 50 | app_api_projets_membres_supprimer | /api/projets/{projetSlug}/membres/{id} | Path does not match |
| 51 | api_projet_screenshot_refresh | /api/projets/{slug}/screenshot/refresh | Path does not match |
| 52 | app_api_sante | /api/sante | Path does not match |
| 53 | app_api_tickets_lister | /api/projets/{projetSlug}/tickets | Path does not match |
| 54 | app_api_tickets_creer | /api/projets/{projetSlug}/tickets | Path does not match |
| 55 | app_api_tickets_reorder | /api/projets/{projetSlug}/tickets/reorder | Path does not match |
| 56 | app_api_tickets_modifier_statut | /api/projets/{projetSlug}/tickets/{ticketId} | Path does not match |
| 57 | app_api_tickets_supprimer | /api/projets/{projetSlug}/tickets/{ticketId} | Path does not match |
| 58 | api_upload | /api/upload | Path does not match |
| 59 | api_utilisateur_update | /api/utilisateur | Path does not match |
| 60 | api_utilisateur_password | /api/utilisateur/mot-de-passe | Path does not match |
| 61 | connect_google_start | /connect/google | Path does not match |
| 62 | connect_google_check | /connect/google/check | Path does not match |
| 63 | app_connexion | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.