Routing
app_terms
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/cgu
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | 2fa_login | /2fa | Path does not match |
| 3 | 2fa_login_check | /2fa_check | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | app_accounting | /app/pre-comptabilite | Path does not match |
| 19 | app_accounting_new | /app/pre-comptabilite/nouvelle | Path does not match |
| 20 | app_billing | /app/abonnement | Path does not match |
| 21 | app_billing_trial | /app/abonnement/essai | Path does not match |
| 22 | app_billing_checkout | /app/abonnement/checkout/{plan} | Path does not match |
| 23 | app_billing_portal | /app/abonnement/portail | Path does not match |
| 24 | app_billing_success | /app/abonnement/succes | Path does not match |
| 25 | app_billing_cancel | /app/abonnement/annulation | Path does not match |
| 26 | app_clients | /app/clients | Path does not match |
| 27 | app_client_show | /app/clients/{id} | Path does not match |
| 28 | app_client_new | /app/clients/nouveau | Path does not match |
| 29 | app_client_edit | /app/clients/{id}/modifier | Path does not match |
| 30 | app_client_import | /app/clients/import/csv | Path does not match |
| 31 | app_dashboard | /app | Path does not match |
| 32 | app_documents | /app/documents | Path does not match |
| 33 | app_document_new | /app/documents/nouveau | Path does not match |
| 34 | app_exports | /app/exports | Path does not match |
| 35 | app_export_download | /app/exports/{dataset}/{format} | Path does not match |
| 36 | app_guide | /app/guide | Path does not match |
| 37 | app_team_accept | /invitation/{token} | Path does not match |
| 38 | app_invoices | /app/factures | Path does not match |
| 39 | app_invoice_wizard | /app/factures/assistant/{step} | Path does not match |
| 40 | app_invoice_new | /app/factures/nouvelle | Path does not match |
| 41 | app_invoice_edit | /app/factures/{id}/modifier | Path does not match |
| 42 | app_invoice_send | /app/factures/{id}/envoyer | Path does not match |
| 43 | app_invoice_duplicate | /app/factures/{id}/dupliquer | Path does not match |
| 44 | app_invoice_mark_paid | /app/factures/{id}/payer | Path does not match |
| 45 | app_invoice_cancel | /app/factures/{id}/annuler | Path does not match |
| 46 | app_invoice_public_link | /app/factures/{id}/lien-public | Path does not match |
| 47 | app_invoice_checkout | /app/factures/{id}/checkout | Path does not match |
| 48 | app_invoice_email | /app/factures/{id}/email | Path does not match |
| 49 | app_invoice_pdf | /app/factures/{id}/pdf | Path does not match |
| 50 | app_onboarding | /app/onboarding/{step} | Path does not match |
| 51 | app_onboarding_demo | /app/onboarding/demo/charger | Path does not match |
| 52 | app_payments | /app/paiements | Path does not match |
| 53 | app_payment_new | /app/paiements/nouveau | Path does not match |
| 54 | app_planning | /app/planning | Path does not match |
| 55 | app_planning_new | /app/planning/nouveau | Path does not match |
| 56 | app_planning_edit | /app/planning/{id}/modifier | Path does not match |
| 57 | app_planning_delete | /app/planning/{id}/supprimer | Path does not match |
| 58 | app_planning_move | /app/planning/{id}/deplacer | Path does not match |
| 59 | app_planning_invoice | /app/planning/{id}/facturer | Path does not match |
| 60 | app_planning_export_csv | /app/planning/export/csv | Path does not match |
| 61 | app_planning_export_pdf | /app/planning/export/pdf | Path does not match |
| 62 | app_products | /app/catalogue | Path does not match |
| 63 | app_product_new | /app/catalogue/nouveau | Path does not match |
| 64 | app_product_edit | /app/catalogue/{id}/modifier | Path does not match |
| 65 | app_product_import | /app/catalogue/import/csv | Path does not match |
| 66 | app_home | / | Path does not match |
| 67 | app_features | /fonctionnalites | Path does not match |
| 68 | app_pricing | /tarifs | Path does not match |
| 69 | app_security_page | /securite | Path does not match |
| 70 | app_terms | /cgu | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.