Routing
welcome
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://fk.hexagone.com.bo/login
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | post_add_paquete | /api/paquete | Path does not match |
2 | get_paquetes | /api/paquete | Path does not match |
3 | delete_paquete | /api/paquete | Path does not match |
4 | post_add_cliente | /api/cliente | Path does not match |
5 | get_clientes | /api/cliente | Path does not match |
6 | put_update_cliente | /api/cliente | Path does not match |
7 | delete_cliente | /api/cliente | Path does not match |
8 | ui_mis_clientes | /misClientes | Path does not match |
9 | api_obtener_info_cliente | /api/cliente/obtener | Path does not match |
10 | ui_buscarCliente | /api/cliente/buscarCliente | Path does not match |
11 | welcome | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.