Routing
repair
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/wiki/weapons/repair
# | Route name | Path | Log |
---|---|---|---|
1 | app_login | /login | Path does not match |
2 | app_logout | /logout | Path does not match |
3 | app_product | /market | Path does not match |
4 | create_product | /product/create | Path does not match |
5 | product_show | /product/{id} | Path does not match |
6 | product_edit | /product/edit/{id} | Path does not match |
7 | product_delete | /product/delete/{id} | Path does not match |
8 | app_register | /register | Path does not match |
9 | app_robot | /robot | Path does not match |
10 | update_robot | /robot/update/{id} | Path does not match |
11 | app_site_index | / | Path does not match |
12 | app_site_calc | /calc | Path does not match |
13 | parser | /parser | Path does not match |
14 | add_weapon | /weapon/create | Path does not match |
15 | update_weapon | /weapon/update/{id} | Path does not match |
16 | app_wiki_index | /wiki | Path does not match |
17 | weaponTypes | /wiki/weapons | Path does not match |
18 | ionic | /wiki/weapons/ionic | Path does not match |
19 | rocket | /wiki/weapons/rocket | Path does not match |
20 | firearms | /wiki/weapons/firearms | Path does not match |
21 | repair | /wiki/weapons/repair | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.