http://164.52.204.156/login

Routing

app_login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /login
# Route name Path Log
1 app_config /api/configuration Path does not match
2 app_api /api/verify/token/{token} Path does not match
3 api_add_member /api/add/member/{token} Path does not match
4 api_delete_member /api/delete/member/{id} Path does not match
5 api_view_member /api/view/member/{token} Path does not match
6 api_login /api/login Path does not match
7 app_home / Path does not match
8 about_us /about-us Path does not match
9 photo_gallery /photo-gallery Path does not match
10 admin_dashboard /admin/dashboard Path does not match
11 dashboard_chart /dashboard/chart Path does not match
12 executives_list /executives/list Path does not match
13 member_list /member/list Path does not match
14 presbytery_list /presbytery/list Path does not match
15 location_list /location/list Path does not match
16 church_list /church/list Path does not match
17 add_church /church/add Path does not match
18 edit_church /church/edit/{id} Path does not match
19 filter_location /filter-location Path does not match
20 filter_church /filter-church Path does not match
21 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.