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

Routing

homepage Matched route

Route Parameters

No parameters.

Route Redirection

This page redirects to:

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

Route Matching Logs

Path to match: /
# 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 / Route matches!

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