Routing
app.swagger_ui
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/doc
# | 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 | adresse_voisine_by_id | /admin/adresse-voisine/{id} | Path does not match |
14 | agence_by_id | /admin/agence/{id} | Path does not match |
15 | client_by_id | /admin/client/{id} | Path does not match |
16 | compte_client_by_id | /admin/compte-client/{id} | Path does not match |
17 | app_admin_dashboard_index | /admin | Path does not match |
18 | destinataire_remarquable_by_id | /admin/destinataire-remarquable/{id} | Path does not match |
19 | hub_by_id | /admin/hub/{id} | Path does not match |
20 | motif_by_id | /admin/motif/{id} | Path does not match |
21 | motif_detail_by_id | /admin/motif-detail/{id} | Path does not match |
22 | plateforme_by_id | /admin/plateforme/{id} | Path does not match |
23 | pole_by_id | /admin/pole/{id} | Path does not match |
24 | societe_by_id | /admin/societe/{id} | Path does not match |
25 | sous_traitant_by_id | /admin/sous-traitant/{id} | Path does not match |
26 | service_client_by_id | /admin/service-client/{id} | Path does not match |
27 | traction_by_id | /admin/traction/{id} | Path does not match |
28 | transporteur_by_id | /admin/transporteur/{id} | Path does not match |
29 | adresses_voisines | /api-referentiel/adresses-voisines | Path does not match |
30 | get_adresse_voisine | /api-referentiel/adresses-voisines/{$codeAdresseVoisine} | Path does not match |
31 | clients | /api-referentiel/clients | Path does not match |
32 | client | /api-referentiel/clients/{codeClient} | Path does not match |
33 | evenements | /api-referentiel/evenements | Path does not match |
34 | evenement | /api-referentiel/evenements/{codeEvenement} | Path does not match |
35 | motifs | /api-referentiel/motifs | Path does not match |
36 | motif | /api-referentiel/motifs/{codeMotif} | Path does not match |
37 | plateformes | /api-referentiel/plateformes | Path does not match |
38 | plateforme | /api-referentiel/plateformes/{codePlateforme} | Path does not match |
39 | poles | /api-referentiel/poles | Path does not match |
40 | pole | /api-referentiel/poles/{codePole} | Path does not match |
41 | prestations | /api-referentiel/prestations | Path does not match |
42 | prestation | /api-referentiel/prestations/{codePrestation} | Path does not match |
43 | societes | /api-referentiel/societes | Path does not match |
44 | societe | /api-referentiel/societes/{codeSociete} | Path does not match |
45 | sous_traitants | /api-referentiel/sous-traitants | Path does not match |
46 | sous_traitant | /api-referentiel/sous-traitants/{codeSoustraitant} | Path does not match |
47 | transporteurs | /api-referentiel/transporteurs | Path does not match |
48 | transporteur | /api-referentiel/transporteurs/{codeTransporteur} | Path does not match |
49 | app_login | /login | Path does not match |
50 | app_ping | /health-check | Path does not match |
51 | app_logout | /logout | Path does not match |
52 | app_transcode_transcode | /api-transcode | Path does not match |
53 | app_transcode_transcodemulti | /api-transcode-multiple | Path does not match |
54 | app_transcode_transcodelistapp | /api-transcode/liste-app | Path does not match |
55 | app_transcode_transcodelistfield | /api-transcode/liste-field | Path does not match |
56 | app.swagger | /api/doc.json | Path does not match |
57 | app.swagger_ui | /doc | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.