http://ipinfo.io/

Routing

app_home Matched route

Route Parameters

No parameters.

Route Matching Logs

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

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