Routing
admin_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/admin/connexion
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_booking_cancel | /admin/booking/{booking}/cancel | Path does not match |
| 2 | admin_carrier_edit | /admin/carrier/{carrier}/edit | Path does not match |
| 3 | admin_dashboard | /admin | Path does not match |
| 4 | admin_deliverynote_create_shipment | /admin/deliverynote/{deliveryNote}/createShipment | Path does not match |
| 5 | admin_link_invoice_to_shipment | /admin/deliverynote/{deliveryNote}/linkInvoiceToShipment | Path does not match |
| 6 | admin_deliverynote_create_booking | /admin/deliverynote/{deliveryNote}/createBooking | Path does not match |
| 7 | admin_estimation_request_detail | /admin/estimation/{estimationRequest}/detail | Path does not match |
| 8 | admin_estimation_request_toggle-close | /admin/estimation/{estimationRequest}/toggle-close | Path does not match |
| 9 | admin_estimation_request_accept | /admin/estimation/{estimationRequest}/accept | Path does not match |
| 10 | admin_estimation_request_waiting_reception | /admin/estimation/{estimationRequest}/waiting-reception | Path does not match |
| 11 | admin_estimation_request_waiting_estimation | /admin/estimation/{estimationRequest}/waiting-estimation | Path does not match |
| 12 | admin_estimation_request_estimation_finished | /admin/estimation/{estimationRequest}/estimation-finished | Path does not match |
| 13 | admin_estimation_file_viewer | /api/estimation/file/viewer/{estimationRequest} | Path does not match |
| 14 | admin_estimation_id_document_viewer | /api/estimation/idDocument/viewer/{estimationRequest} | Path does not match |
| 15 | admin_estimation_attachment_viewer | /api/estimation/attachment/viewer/{attachment} | Path does not match |
| 16 | admin_estimation_colissimo_prices | /api/estimation/tarifs | Path does not match |
| 17 | app_account_estimation_attachment_form | /api/estimation/object/{estimationRequestObject}/attachment/form | Path does not match |
| 18 | admin_estimation_request_ask_bank_data | /admin/estimation/{estimationRequest}/askBankData | Path does not match |
| 19 | admin_export_payment | /admin/export/payment | Path does not match |
| 20 | admin_export_shipment | /admin/export/shipment | Path does not match |
| 21 | admin_export_booking | /admin/export/booking | Path does not match |
| 22 | admin_export_guard_charge | /admin/export/guard_charge | Path does not match |
| 23 | admin_export_tier_charge | /admin/export/tier_charge | Path does not match |
| 24 | admin_export_invoices | /admin/export/invoices | Path does not match |
| 25 | admin_export_credits | /admin/export/credits | Path does not match |
| 26 | admin_export_accounting | /admin/export/accounting | Path does not match |
| 27 | admin_export_accounting_reclassification | /admin/export/accounting_reclassification | Path does not match |
| 28 | admin_export_sepa | /admin/export/sepa | Path does not match |
| 29 | admin_export_unsigned_batches | /admin/export/sale_request/unsigned | Path does not match |
| 30 | admin_export_causeSAV | /admin/export/causeSAV | Path does not match |
| 31 | app_export_data | /admin/export/data | Path does not match |
| 32 | admin_guardcharge_delivery_note | /admin/guardcharge/{deliveryNote} | Path does not match |
| 33 | admin_import | /admin/import | Path does not match |
| 34 | admin_import_sales | /admin/import/sales | Path does not match |
| 35 | admin_import_sellers | /admin/import/sellers | Path does not match |
| 36 | admin_import_batches | /admin/import/batches | Path does not match |
| 37 | admin_invoice_credit_show | /invoice/credit/{credit}/show | Path does not match |
| 38 | admin_invoice_new_credit | /invoice/{invoice}/credit/create | Path does not match |
| 39 | admin_invoice_new_credit_scratch | /invoice/credit/create/scratch | Path does not match |
| 40 | admin_invoice_credit_new_payment | /invoice/credit/{credit}/payment/create | Path does not match |
| 41 | admin_invoice_show | /invoice/{invoice}/show | Path does not match |
| 42 | admin_invoice_new | /invoice/new/{deliveryNote} | Path does not match |
| 43 | admin_invoice_edit | /invoice/edit/{invoiceDraft} | Path does not match |
| 44 | admin_invoice_new_payment | /invoice/{invoice}/payment/create | Path does not match |
| 45 | admin_search_user | /api/search/user/{deliveryNote} | Path does not match |
| 46 | admin_search_delivery_note | /api/search/note | Path does not match |
| 47 | admin_search_invoice | /api/search/invoice | Path does not match |
| 48 | api_create_invoice | /api/invoice/create | Path does not match |
| 49 | admin_invoicedraft_preview | /invoiceDraft/{invoiceDraft}/preview | Path does not match |
| 50 | admin_invoicedraft_preview_embed | /admin/{invoiceDraft}/preview/embed | Path does not match |
| 51 | admin_postage | /admin/postage | Path does not match |
| 52 | admin_postage_export | /admin/postage/export | Path does not match |
| 53 | admin_label_reception | /admin/etiquettes/reception | Path does not match |
| 54 | admin_label_reception_valid | /admin/etiquettes/reception/{label}/valide | Path does not match |
| 55 | admin_label_reception_invalid | /admin/etiquettes/reception/{label}/invalide | Path does not match |
| 56 | admin_login | /admin/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.