Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | 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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | app_app | / | Path does not match |
16 | app-remove-page | /wazne-remove/{page} | Path does not match |
17 | app_wazne_save | /wazne-save | Path does not match |
18 | app-wazne-preview | /wazne-podglad | Path does not match |
19 | app-post-files | /wazne-save-file | Path does not match |
20 | app-remove-user-file | /wazne-remove-user-file | Path does not match |
21 | app_wazne | /wazne | Path does not match |
22 | app-update | /update/{filename} | Path does not match |
23 | app_garaze | /garaz | Path does not match |
24 | app-dodaj-garaz | /dodaj-garaz/{numer} | Path does not match |
25 | app-dodaj-rok | /dodaj-rok/{rok} | Path does not match |
26 | app-usun-garaz | /usun-garaz/{garaz} | Path does not match |
27 | app-usun-rok | /usun-rok/{rok} | Path does not match |
28 | app-update-garaz | /uaktualnij-garaz/{garaz} | Path does not match |
29 | app-klient-garaz-zapisanie-licznika | /uaktualnianie-licznika/{garaz}/{value} | Path does not match |
30 | app_import | /import/{klient} | Path does not match |
31 | app-continue-import | /import-continue | Path does not match |
32 | app-dodaj-wspoludzialowca | /klienci/dodaj-wspoludzialowca/{klient} | Path does not match |
33 | app_klienci | /klienci | Path does not match |
34 | app_klient_read | /klienci/r/{klient} | Path does not match |
35 | app-edit-client | /klienci/e/{klient} | Path does not match |
36 | app_klient_update | /klienci/u/{klient} | Path does not match |
37 | app_ustaw_czynsz | /klienci/ustawCzynsz/{czynsz} | Path does not match |
38 | app-klient-toggle-lock | /klienci/toggle-lock/{klient} | Path does not match |
39 | app-klient-remove | /klienci/remove/{klient} | Path does not match |
40 | app-klient-przyjmij-wplate | /klienci/wplata/{klient}/{rachunek} | Path does not match |
41 | app_new_client | /klienci/nowy | Path does not match |
42 | app-task-remove | /mailing/remove/{task} | Path does not match |
43 | app-task-change-status | /mailing/changeStatus/{task}/{status} | Path does not match |
44 | app-task-reset | /mailing/reset/{task} | Path does not match |
45 | app_mailing | /mailing | Path does not match |
46 | app-mailing-zadanie | /mailing/zadanie/{task} | Path does not match |
47 | app-mailing-zadanie-finish | /mailing/zadanie-finish/{task} | Path does not match |
48 | app-cron | /c/r/o/n | Path does not match |
49 | app_rachunki | /rachunki | Path does not match |
50 | app_historia_rachunku | /rachunki/historia/{rachunek} | Path does not match |
51 | app-rachunki-wystaw | /rachunki/wystaw-za-miesiac/{data}/{klient} | Path does not match |
52 | app_send_sms | /sendSMS | Path does not match |
53 | app_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.