Routing
frontend_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| req | "" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | oauth2_authorize | /api/game/oauth/authorize | Path does not match |
| 2 | oauth2_token | /api/game/oauth/token | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | login_page | /game/login | Path does not match |
| 18 | alliance_search | /api/alliance/search | Path does not match |
| 19 | app_alliance_image | /api/alliance/image/{id} | Path does not match |
| 20 | alliance_get | /api/alliance/{uid} | Path does not match |
| 21 | alliance_history | /api/alliance/{uid}/history | Path does not match |
| 22 | alliance_power | /api/alliance/{uid}/power | Path does not match |
| 23 | alliance_kvk | /api/alliance/{uid}/kvk | Path does not match |
| 24 | alliance_search_select | /api/alliance/search/select | Path does not match |
| 25 | alliance_activity | /api/alliance/{uid}/activity | Path does not match |
| 26 | alliance_favorite | /api/alliance/{uid}/favorite | Path does not match |
| 27 | captcha_challenge | /api/captcha | Path does not match |
| 28 | character_search | /api/character/search | Path does not match |
| 29 | character_detail | /api/character/{id} | Path does not match |
| 30 | character_detail_activity | /api/character/{id}/activity | Path does not match |
| 31 | character_detail_history | /api/character/{id}/history | Path does not match |
| 32 | character_detail_linked | /api/character/{id}/linked | Path does not match |
| 33 | character_search_select | /api/character/search/select | Path does not match |
| 34 | character_avatar | /api/character/{id}/avatar | Path does not match |
| 35 | character_favorite | /api/character/{id}/favorite | Path does not match |
| 36 | servers | /api/clusters | Path does not match |
| 37 | servers_cluster | /api/clusters/{id} | Path does not match |
| 38 | compare | /api/compare | Path does not match |
| 39 | compare_favorite | /api/compare/favorite | Path does not match |
| 40 | app_sign_in | /api/entry/signin | Path does not match |
| 41 | app_sign_up | /api/entry/signup | Path does not match |
| 42 | app_recovery | /api/entry/recovery | Path does not match |
| 43 | app_restore | /api/entry/restore | Path does not match |
| 44 | app_sign_out | /api/entry/signout | Path does not match |
| 45 | game_account | /api/game/account | Path does not match |
| 46 | game_characters | /api/game/account/characters | Path does not match |
| 47 | game_inventory | /api/game/character/{characterID}/inventory | Path does not match |
| 48 | game_heroes | /api/game/character/{characterID}/heroes | Path does not match |
| 49 | game_player | /api/game/character/{characterID} | Path does not match |
| 50 | game_witch | /api/game/character/{characterID}/witch | Path does not match |
| 51 | game_dragon | /api/game/character/{characterID}/dragon | Path does not match |
| 52 | game_dragonEquip | /api/game/character/{characterID}/dragonEquip | Path does not match |
| 53 | game_summonPets | /api/game/character/{characterID}/summonPets | Path does not match |
| 54 | game_smith | /api/game/character/{characterID}/smith | Path does not match |
| 55 | game_server | /api/game/character/{characterID}/server | Path does not match |
| 56 | game_soldierTalents | /api/game/character/{characterID}/soldierTalents | Path does not match |
| 57 | game_soldierEvo | /api/game/character/{characterID}/soldierEvo | Path does not match |
| 58 | game_exploreAtlas | /api/game/character/{characterID}/exploreAtlas | Path does not match |
| 59 | game_techs | /api/game/character/{characterID}/techs | Path does not match |
| 60 | game_token | /api/game/account/token | Path does not match |
| 61 | game_params | /api/game/character/{characterID}/params | Path does not match |
| 62 | game_login_form | /api/game/login | Path does not match |
| 63 | game_login | /api/game/login | Path does not match |
| 64 | game_logout | /api/game/logout | Path does not match |
| 65 | game_oauth | /api/game/authorize | Path does not match |
| 66 | game_terms_of_use | /api/game/terms-of-use | Path does not match |
| 67 | app_api_character | /api/get/character/{id} | Path does not match |
| 68 | app_api_characterpowerhistory | /api/get/character/{id}/history/power | Path does not match |
| 69 | app_api_characteractivityhistory | /api/get/character/{id}/history/activity | Path does not match |
| 70 | app_api_alliance | /api/get/alliance/{uid} | Path does not match |
| 71 | app_api_serveralliances | /api/get/server/{serverID}/alliances | Path does not match |
| 72 | app_api_servercharacters | /api/get/server/{serverID}/characters | Path does not match |
| 73 | character_delete | /api/delete/character/{id} | Path does not match |
| 74 | app_api_power | /api/get/power/{characterId} | Path does not match |
| 75 | app_api_gameservers | /api/get/game/servers | Path does not match |
| 76 | index | /api/ | Path does not match |
| 77 | app_index_settings | /api/settings | Path does not match |
| 78 | app_index_profile | /api/profile | Path does not match |
| 79 | app_index_tools | /api/tools | Path does not match |
| 80 | lava_cave | /api/lavacave | Path does not match |
| 81 | lava_cave_stage | /api/lavacave/{stage} | Path does not match |
| 82 | lava_cave_vesrion | /api/lavacave/{stage}/{version} | Path does not match |
| 83 | privacy | /api/privacy/{lang} | Path does not match |
| 84 | profile_favorite_characters | /api/profile/favorite/characters | Path does not match |
| 85 | profile_favorite_alliances | /api/profile/favorite/alliances | Path does not match |
| 86 | profile_favorite_compares | /api/profile/favorite/compares | Path does not match |
| 87 | compare_favorite_post | /api/profile/favorite/{type}/{id} | Path does not match |
| 88 | compare_favorite_delete | /api/profile/favorite/{type}/{id} | Path does not match |
| 89 | profile_settings_user | /api/profile/settings/user | Path does not match |
| 90 | profile_settings_security | /api/profile/settings/security | Path does not match |
| 91 | ratings | /api/ratings | Path does not match |
| 92 | ratings_characters | /api/ratings/characters | Path does not match |
| 93 | ratings_characters_selected | /api/ratings/characters/{id} | Path does not match |
| 94 | ratings_alliances | /api/ratings/alliances | Path does not match |
| 95 | ratings_alliances_selected | /api/ratings/alliances/{uid} | Path does not match |
| 96 | server_detail | /api/server/{id} | Path does not match |
| 97 | server_characters | /api/server/{id}/characters | Path does not match |
| 98 | server_alliances | /api/server/{id}/alliances | Path does not match |
| 99 | app_status_agent | /api/status/agent | Path does not match |
| 100 | app_status_characters | /api/status/sync/characters | Path does not match |
| 101 | app_status_alliances | /api/status/sync/alliances | Path does not match |
| 102 | app_status_servers | /api/status/sync/servers | Path does not match |
| 103 | system_flags | /api/system/flags | Path does not match |
| 104 | system_history | /api/system/history | Path does not match |
| 105 | character_info | /api/system/character/{id} | Path does not match |
| 106 | character_account | /api/system/character/{id}/account | Path does not match |
| 107 | character_token | /api/system/character/{id}/token | Path does not match |
| 108 | frontend_index | /{req} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.