Routing
(none)
Matched route
Route Matching Logs
Path to match:
/image/ad/sn/image-2138523-7-66f55a1b6e8ef.jpg
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_privacy_policy | /app/privacy_policy | Path does not match |
| 2 | app_app_terms_of_use | /app/terms_of_use | Path does not match |
| 3 | app_premium_success | /app/premium/{account}/{service}/success | Path does not match |
| 4 | app_premium_fail | /app/premium/{account}/{service}/fail | Path does not match |
| 5 | index | / | Path does not match |
| 6 | account | /account/delete/all/data | Path does not match |
| 7 | image_ad | /image/ad/{country}/{path} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.