Routing
area_map_preview
Matched route
Route Parameters
Name | Value |
---|---|
areaId | "2" |
Route Matching Logs
Path to match:
/area/2/map-preview
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | account_index | /account | Path does not match |
13 | account_settings | /account/settings | Path does not match |
14 | account_settings_discord_notifications | /account/settings/discord | Path does not match |
15 | account_settings_add_discord | /account/settings/add-discord | Path does not match |
16 | account_settings_resend_code | /account/settings/resend-discord-code | Path does not match |
17 | account_settings_verify_discord | /account/settings/verify-discord | Path does not match |
18 | account_settings_remove_discord | /account/settings/remove-discord | Path does not match |
19 | account_delete | /account/delete | Path does not match |
20 | account_surrender | /account/surrender/{areaId} | Path does not match |
21 | account_forgot_password | /account/forgot-password | Path does not match |
22 | account_change_password | /account/change-password | Path does not match |
23 | account_change_email | /account/change-email | Path does not match |
24 | account_custom_heroes | /account/custom-heroes | Path does not match |
25 | account_custom_hero_create | /account/custom-heroes/create | Path does not match |
26 | account_custom_hero_edit | /account/custom-heroes/{heroId}/edit | Path does not match |
27 | account_custom_hero_promote | /account/custom-heroes/{heroId}/promote | Path does not match |
28 | account_custom_hero_delete | /account/custom-heroes/{heroId}/delete | Path does not match |
29 | account_order_credits | /account/order-credits | Path does not match |
30 | account_order_credits_thanks | /account/order-credits/thanks | Path does not match |
31 | account_order_credits_callback | /account/order-credits/callback | Path does not match |
32 | account_transfer_credits | /account/transfer-credits | Path does not match |
33 | achievements | /achievements | Path does not match |
34 | admin_announcement_list | /admin/announcement | Path does not match |
35 | admin_announcement_create | /admin/announcement/create | Path does not match |
36 | admin_announcement_edit | /admin/announcement/edit/{id} | Path does not match |
37 | admin_announcement_publish | /admin/announcement/publish/{id} | Path does not match |
38 | admin_announcement_unpublish | /admin/announcement/unpublish/{id} | Path does not match |
39 | admin_announcement_archive | /admin/announcement/archive/{id} | Path does not match |
40 | admin_area_details | /admin/area/{areaId} | Path does not match |
41 | admin_area_reset | /admin/area/{areaId}/reset | Path does not match |
42 | admin_area_start | /admin/area/{areaId}/start | Path does not match |
43 | admin_area_send_message | /admin/area/{areaId}/send-message | Path does not match |
44 | admin_area_more_acres | /admin/area/{areaId}/more-acres | Path does not match |
45 | admin_area_government_location | /admin/area/{areaId}/spawn-government-location/{name} | Path does not match |
46 | admin_area_clan_list | /admin/area/{areaId}/clans | Path does not match |
47 | admin_log | /admin/log | Path does not match |
48 | admin_area_player_list | /admin/area/{areaId}/players | Path does not match |
49 | admin_area_player_details | /admin/area/{areaId}/players/{playerId} | Path does not match |
50 | admin_area_player_town | /admin/area/{areaId}/players/{townId}/town | Path does not match |
51 | admin_area_player_mails | /admin/area/{areaId}/players/{townId}/mails | Path does not match |
52 | admin_area_player_login_log | /admin/area/{areaId}/players/{playerId}/log | Path does not match |
53 | admin_area_player_ban | /admin/area/{areaId}/players/{playerId}/ban | Path does not match |
54 | admin_area_player_unban | /admin/area/{areaId}/players/{playerId}/unban | Path does not match |
55 | admin_area_player_setnote | /admin/area/{areaId}/players/{playerId}/note | Path does not match |
56 | admin_area_player_send_message | /admin/area/{areaId}/players/{playerId}/send-message | Path does not match |
57 | admin_dashboard | /admin | Path does not match |
58 | admin_tickets | /admin | Path does not match |
59 | announcement_index | /announcements | Path does not match |
60 | announcement_view | /announcement/{slug} | Path does not match |
61 | area_index | /area | Path does not match |
62 | area_news | /area/{areaId}/news | Path does not match |
63 | area_map_preview | /area/{areaId}/map-preview | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.