Routing
homepage
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_donasi_index | /donasi.json | Path does not match |
| 2 | forgot_passwordindex | /forgot.json | Path does not match |
| 3 | front_bulletin_index | /bulletin.json | Path does not match |
| 4 | front_bulletin_index_react | /bulletin-x.json | Path does not match |
| 5 | front_cabang_index | /cabang.json | Path does not match |
| 6 | front_cabang_index_react | /cabang-x.json | Path does not match |
| 7 | front_kota_index | /kota.json | Path does not match |
| 8 | front_slide_index | /slide.json | Path does not match |
| 9 | front_slide_slide_react | /slide-x.json | Path does not match |
| 10 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.