https://amt-dev.carryboxmanut.com/login

Routing

login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /login
# Route name Path Log
1 app.swagger_ui /api/doc Path does not match
2 bank_account /bank_account/ Path does not match
3 bank_account_add /bank_account/add Path does not match
4 bank_account_edit /bank_account/{id}/edit Path does not match
5 bank_account_get /bank_account/{id}/get Path does not match
6 client /client/ Path does not match
7 client_add /client/add Path does not match
8 client_number_exists /client/{number}/exists Path does not match
9 client_edit /client/{id}/edit Path does not match
10 client_attachments /client/{id}/attachments Path does not match
11 client_attachments_download /client/attachments/download/{id} Path does not match
12 client_attachments_delete /client/attachments/delete/{id} Path does not match
13 configuration_add /configuration/add Path does not match
14 configuration_edit /configuration/edit Path does not match
15 container /container Path does not match
16 container_add /container/add Path does not match
17 container_number_exists /container/{number}/exists Path does not match
18 container_edit /container/{id}/edit Path does not match
19 contract /contract/ Path does not match
20 contract_create /contract/create/{clientId} Path does not match
21 contract_edit /contract/edit/{id} Path does not match
22 contract_cancel /contract/cancel/{id} Path does not match
23 homepage / Path does not match
24 invoice /invoice/ Path does not match
25 invoice_edit /invoice/{id}/edit Path does not match
26 invoice_merge_download /invoice/merge/download Path does not match
27 invoice_export_download /invoice/export/download Path does not match
28 invoice_download /invoice/{invoiceId}/download Path does not match
29 invoice_suppress /invoice/{invoiceId}/suppress Path does not match
30 invoice_suppress_cn /invoice/{invoiceId}/suppress_cn Path does not match
31 invoice_download_credit_note /invoice/{invoiceId}/credit_note Path does not match
32 invoice_email /invoice/{invoiceId}/email Path does not match
33 invoice_export /invoice/export Path does not match
34 invoice_merge /invoice/merge Path does not match
35 login /login Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.