Routing
admin_homepage
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/admin/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ares | /ares | Path does not match |
| 2 | company_download_agreement | /company/download-agreement/{id} | Path does not match |
| 3 | contract_confirmation_download | /contract/download-confirmation/{id} | Path does not match |
| 4 | homepage | / | Path does not match |
| 5 | login | /login | Path does not match |
| 6 | logout | /logout | Path does not match |
| 7 | register | /register | Path does not match |
| 8 | registration_success | /register/success | Path does not match |
| 9 | app_forgot_password_request | /reset-password | Path does not match |
| 10 | app_check_email | /reset-password/check-email | Path does not match |
| 11 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 12 | stock_report_generate | /stockreport/generate/{format}/{id}/{date} | Path does not match |
| 13 | admin_commission_approved_broker | /admin/commission/approved-broker/{brokerCommission} | Path does not match |
| 14 | admin_commission_buy_broker | /admin/commission-buy/broker/{quarter} | Path does not match |
| 15 | admin_commission_broker_list | /admin/commission/broker/list | Path does not match |
| 16 | admin_commission_sell_broker | /admin/commission-sell/broker/{quarter} | Path does not match |
| 17 | admin_commission_copy | /admin/commission/copy/{type}/{from} | Path does not match |
| 18 | admin_commission_copy_transport | /admin/commission/copyTransport/{from}/{crop} | Path does not match |
| 19 | admin_commission_deny_broker | /admin/commission/deny-broker/{brokerCommission} | Path does not match |
| 20 | admin_commission_buy_master_broker | /admin/commission-buy/master-broker/{quarter} | Path does not match |
| 21 | admin_commission_sell_master_broker | /admin/commission-sell/master-broker/{quarter} | Path does not match |
| 22 | admin_commission_process | /admin/commission/process/{quarter} | Path does not match |
| 23 | admin_commission_region | /admin/commission/region/{quarter} | Path does not match |
| 24 | admin_commission_buy_storage | /admin/commission-buy/storage/{quarter} | Path does not match |
| 25 | admin_commission_sell_storage | /admin/commission-sell/storage/{quarter} | Path does not match |
| 26 | admin_commission_train | /admin/commission/train/{quarter} | Path does not match |
| 27 | admin_commission_transport | /admin/commission/transport/{quarter} | Path does not match |
| 28 | admin_companies_deactivate | /admin/company/{id}/deactivate/{status} | Path does not match |
| 29 | admin_company_download_general_agreement | /admin/company/download-general-agreement/{id} | Path does not match |
| 30 | admin_companies_edit | /admin/company/edit/{id} | Path does not match |
| 31 | admin_company_fast_contract | /admin/company/{id}/fast-contract/ | Path does not match |
| 32 | admin_companies_list | /admin/companies | Path does not match |
| 33 | admin_config_edit | /admin/config/edit/{id} | Path does not match |
| 34 | admin_config_list | /admin/config | Path does not match |
| 35 | admin_config_remove | /admin/config/remove/{id} | Path does not match |
| 36 | admin_contracts_download_confirmation_document | /admin/contracts/download-confirmation-document/{id} | Path does not match |
| 37 | admin_contracts_download_partial_confirmation_document | /admin/contracts/download-partial-confirmation-document/{id} | Path does not match |
| 38 | admin_contracts_edit | /admin/contracts/edit/{id} | Path does not match |
| 39 | admin_contracts_full_edit | /admin/contracts/full-edit/{id} | Path does not match |
| 40 | admin_contracts_list | /admin/contracts | Path does not match |
| 41 | admin_contracts_sign | /admin/contracts/sign/{id} | Path does not match |
| 42 | admin_crop_edit | /admin/crops/edit/{id} | Path does not match |
| 43 | admin_crop_list | /admin/crops | Path does not match |
| 44 | admin_homepage | /admin/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.