Routing
app_v_card_photo
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/v/card/photo
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_v_card_index | /v/card/ | Path does not match |
| 2 | app_v_card_teststudentlogin | /v/card/teststudentlogin | Path does not match |
| 3 | app_v_card_dispuser | /v/card/dispuser | Path does not match |
| 4 | app_v_card_unsetres | /v/card/unsetres | Path does not match |
| 5 | app_v_card_uploadres | /v/card/uploadres | Path does not match |
| 6 | app_v_card_photo | /v/card/photo | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.