Routing
app_wiki_consumables
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/wiki/consumables
# | 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 | Path does not match |
22 | app_wiki_energy_defence | /wiki/energy_defence | Path does not match |
23 | app_wiki_armour | /wiki/energy_defence/armour | Path does not match |
24 | app_wiki_shields | /wiki/energy_defence/shields | Path does not match |
25 | app_wiki_generators | /wiki/energy_defence/generators | Path does not match |
26 | app_wiki_batteries | /wiki/energy_defence/batteries | Path does not match |
27 | app_wiki_computers | /wiki/computers | Path does not match |
28 | app_wiki_pro_equip | /wiki/pro_equip | Path does not match |
29 | app_wiki_bay | /wiki/pro_equip/bay | Path does not match |
30 | app_wiki_mining | /wiki/pro_equip/mining | Path does not match |
31 | app_wiki_consumables | /wiki/consumables | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.