Routing
app.swagger_ui
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/doc
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | app_ctrl_home | / | Path does not match |
| 15 | maker_ctrl_start | /maker/start | Path does not match |
| 16 | maker_ctrl_test | /maker/test | Path does not match |
| 17 | security_ctrl_login | /api/auth/login | Path does not match |
| 18 | security_ctrl_logout | /api/auth/logout | Path does not match |
| 19 | api_profil_ctrl_me | /api/secure/profil/me | Path does not match |
| 20 | api_account_ctrl_all | /api/secure/accountant/account/all | Path does not match |
| 21 | api_account_ctrl_all_accountant | /api/secure/accountant/account/all/accountant | Path does not match |
| 22 | api_account_ctrl_create | /api/secure/accountant/account/create | Path does not match |
| 23 | api_account_ctrl_update | /api/secure/accountant/account/update | Path does not match |
| 24 | api_account_ctrl_find | /api/secure/accountant/account/find | Path does not match |
| 25 | api_account_ctrl_delete | /api/secure/accountant/account/delete | Path does not match |
| 26 | api_customer_ctrl_all | /api/secure/accountant/customer/all | Path does not match |
| 27 | api_customer_ctrl_create | /api/secure/accountant/customer/create | Path does not match |
| 28 | api_customer_ctrl_update | /api/secure/accountant/customer/update | Path does not match |
| 29 | api_customer_ctrl_find | /api/secure/accountant/customer/find | Path does not match |
| 30 | api_customer_ctrl_delete | /api/secure/accountant/customer/delete | Path does not match |
| 31 | api_loan_ctrl_all | /api/secure/accountant/loan/all | Path does not match |
| 32 | api_loan_ctrl_create | /api/secure/accountant/loan/create | Path does not match |
| 33 | api_loan_ctrl_update | /api/secure/accountant/loan/update | Path does not match |
| 34 | api_loan_ctrl_find | /api/secure/accountant/loan/find | Path does not match |
| 35 | api_loan_ctrl_delete | /api/secure/accountant/loan/delete | Path does not match |
| 36 | api_loanPaymentpayment_ctrl_all | /api/secure/accountant/loanPaymentpayment/all | Path does not match |
| 37 | api_loanPaymentpayment_ctrl_create | /api/secure/accountant/loanPaymentpayment/create | Path does not match |
| 38 | api_loanPaymentpayment_ctrl_find | /api/secure/accountant/loanPaymentpayment/find | Path does not match |
| 39 | api_loanPaymentpayment_ctrl_reverse | /api/secure/accountant/loanPaymentpayment/reverse | Path does not match |
| 40 | api_transaction_ctrl_all | /api/secure/accountant/transaction/all | Path does not match |
| 41 | api_transaction_ctrl_find | /api/secure/accountant/transaction/find | Path does not match |
| 42 | api_accountant_ctrl_all | /api/secure/admin/accountant/all | Path does not match |
| 43 | api_accountant_ctrl_create | /api/secure/admin/accountant/create | Path does not match |
| 44 | api_accountant_ctrl_update | /api/secure/admin/accountant/update | Path does not match |
| 45 | api_accountant_ctrl_find | /api/secure/admin/accountant/find | Path does not match |
| 46 | api_accountant_ctrl_delete | /api/secure/admin/accountant/delete | Path does not match |
| 47 | api_agency_ctrl_all | /api/secure/admin/agency/all | Path does not match |
| 48 | api_agency_ctrl_create | /api/secure/admin/agency/create | Path does not match |
| 49 | api_agency_ctrl_update | /api/secure/admin/agency/update | Path does not match |
| 50 | api_agency_ctrl_find | /api/secure/admin/agency/find | Path does not match |
| 51 | api_agency_ctrl_delete | /api/secure/admin/agency/delete | Path does not match |
| 52 | api_currency_ctrl_all | /api/secure/admin/currency/all | Path does not match |
| 53 | api_currency_ctrl_create | /api/secure/admin/currency/create | Path does not match |
| 54 | api_currency_ctrl_update | /api/secure/admin/currency/update | Path does not match |
| 55 | api_currency_ctrl_find | /api/secure/admin/currency/find | Path does not match |
| 56 | api_currency_ctrl_delete | /api/secure/admin/currency/delete | Path does not match |
| 57 | api_user_ctrl_all | /api/secure/root/user/all | Path does not match |
| 58 | api_user_ctrl_create | /api/secure/root/user/create | Path does not match |
| 59 | api_user_ctrl_update | /api/secure/root/user/update | Path does not match |
| 60 | api_user_ctrl_find | /api/secure/root/user/find | Path does not match |
| 61 | api_user_ctrl_lockunlock | /api/secure/root/user/lockunlock | Path does not match |
| 62 | api_user_ctrl_delete | /api/secure/root/user/delete | Path does not match |
| 63 | app.swagger_ui | /api/doc | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.