GET http://127.0.0.1:8080/

Routing

home Matched route

Route Parameters

Name Value
path
"/admin"

Route Redirection

This page redirects to:

http://127.0.0.1:8080/admin (route: "home")

Route Matching Logs

Path to match: /
# Route name Path Log
1 api_doc /api/docs.{_format} Path does not match
2 api_genid /api/.well-known/genid/{id} Path does not match
3 api_validation_errors /api/validation_errors/{id} Path does not match
4 api_entrypoint /api/{index}.{_format} Path does not match
5 _api_errors /api/errors/{status}.{_format} Path does not match
6 _api_validation_errors_problem /api/validation_errors/{id} Path does not match
7 _api_validation_errors_hydra /api/validation_errors/{id} Path does not match
8 _api_validation_errors_jsonapi /api/validation_errors/{id} Path does not match
9 _api_/{_locale}/about_get /api/{_locale}/about Path does not match
10 _api_/{_locale}/events_get_collection /api/{_locale}/events Path does not match
11 _api_/areas_get_collection /api/areas Path does not match
12 _api_/areas_post /api/areas Path does not match
13 _api_/areas/{ulid}_patch /api/areas/{ulid} Path does not match
14 _api_/areas/{ulid}_delete /api/areas/{ulid} Path does not match
15 _api_/nodes_get_collection /api/nodes Path does not match
16 _api_/nodes_post /api/nodes Path does not match
17 _api_/nodes/{ulid}_patch /api/nodes/{ulid} Path does not match
18 _api_/nodes/{ulid}_delete /api/nodes/{ulid} Path does not match
19 _api_/nodes/navigate_get /api/nodes/navigate Path does not match
20 _api_/points_get_collection /api/points Path does not match
21 _api_/points_post /api/points Path does not match
22 _api_/points/{ulid}_patch /api/points/{ulid} Path does not match
23 _api_/points/{ulid}_delete /api/points/{ulid} Path does not match
24 _api_/terminals_get_collection /api/terminals Path does not match
25 _api_/terminals/{ulid}_patch /api/terminals/{ulid} Path does not match
26 _api_/{_locale}/news_get_collection /api/{_locale}/news Path does not match
27 _api_/{_locale}/main-notifications_get_collection /api/{_locale}/main-notifications Path does not match
28 _api_/{_locale}/mobile-notifications_get_collection /api/{_locale}/mobile-notifications Path does not match
29 _api_/{_locale}/place-types_get_collection /api/{_locale}/place-types Path does not match
30 _api_/{_locale}/places_get_collection /api/{_locale}/places Path does not match
31 _api_/places/{ulid}_patch /api/places/{ulid} Path does not match
32 _api_/places/maps_get_collection /api/places/maps Path does not match
33 _api_/places_get_collection /api/places Path does not match
34 _api_/places/{id}/increment-find_post /api/places/{id}/increment-find Path does not match
35 _api_/places/{id}/increment-route_post /api/places/{id}/increment-route Path does not match
36 _api_/{_locale}/place-tags_get_collection /api/{_locale}/place-tags Path does not match
37 _api_/{_locale}/sales_get_collection /api/{_locale}/sales Path does not match
38 _api_/settings_get /api/settings Path does not match
39 _api_/localizations/{type}_get /api/localizations/{type} Path does not match
40 _api_/{_locale}/weather_get /api/{_locale}/weather Path does not match
41 _api_/standbies_get_collection /api/standbies Path does not match
42 _api_/.well-known/genid/{id}{._format}_get /api/.well-known/genid/{id}.{_format} Path does not match
43 admin /admin Path does not match
44 app_login /admin/login Path does not match
45 app_logout /admin/logout Path does not match
46 place_map /admin/place/map Path does not match
47 admin_about_index /admin/about Path does not match
48 admin_about_new /admin/about/new Path does not match
49 admin_about_batch_delete /admin/about/batch-delete Path does not match
50 admin_about_autocomplete /admin/about/autocomplete Path does not match
51 admin_about_render_filters /admin/about/render-filters Path does not match
52 admin_about_edit /admin/about/{entityId}/edit Path does not match
53 admin_about_delete /admin/about/{entityId}/delete Path does not match
54 admin_about_detail /admin/about/{entityId} Path does not match
55 admin_event_index /admin/event Path does not match
56 admin_event_new /admin/event/new Path does not match
57 admin_event_batch_delete /admin/event/batch-delete Path does not match
58 admin_event_autocomplete /admin/event/autocomplete Path does not match
59 admin_event_render_filters /admin/event/render-filters Path does not match
60 admin_event_edit /admin/event/{entityId}/edit Path does not match
61 admin_event_delete /admin/event/{entityId}/delete Path does not match
62 admin_event_detail /admin/event/{entityId} Path does not match
63 admin_terminal_index /admin/terminal Path does not match
64 admin_terminal_new /admin/terminal/new Path does not match
65 admin_terminal_batch_delete /admin/terminal/batch-delete Path does not match
66 admin_terminal_autocomplete /admin/terminal/autocomplete Path does not match
67 admin_terminal_render_filters /admin/terminal/render-filters Path does not match
68 admin_terminal_edit /admin/terminal/{entityId}/edit Path does not match
69 admin_terminal_delete /admin/terminal/{entityId}/delete Path does not match
70 admin_terminal_detail /admin/terminal/{entityId} Path does not match
71 admin_news_index /admin/news Path does not match
72 admin_news_new /admin/news/new Path does not match
73 admin_news_batch_delete /admin/news/batch-delete Path does not match
74 admin_news_autocomplete /admin/news/autocomplete Path does not match
75 admin_news_render_filters /admin/news/render-filters Path does not match
76 admin_news_edit /admin/news/{entityId}/edit Path does not match
77 admin_news_delete /admin/news/{entityId}/delete Path does not match
78 admin_news_detail /admin/news/{entityId} Path does not match
79 admin_main_notification_index /admin/main-notification Path does not match
80 admin_main_notification_new /admin/main-notification/new Path does not match
81 admin_main_notification_batch_delete /admin/main-notification/batch-delete Path does not match
82 admin_main_notification_autocomplete /admin/main-notification/autocomplete Path does not match
83 admin_main_notification_render_filters /admin/main-notification/render-filters Path does not match
84 admin_main_notification_edit /admin/main-notification/{entityId}/edit Path does not match
85 admin_main_notification_delete /admin/main-notification/{entityId}/delete Path does not match
86 admin_main_notification_detail /admin/main-notification/{entityId} Path does not match
87 admin_mobile_notification_index /admin/mobile-notification Path does not match
88 admin_mobile_notification_new /admin/mobile-notification/new Path does not match
89 admin_mobile_notification_batch_delete /admin/mobile-notification/batch-delete Path does not match
90 admin_mobile_notification_autocomplete /admin/mobile-notification/autocomplete Path does not match
91 admin_mobile_notification_render_filters /admin/mobile-notification/render-filters Path does not match
92 admin_mobile_notification_edit /admin/mobile-notification/{entityId}/edit Path does not match
93 admin_mobile_notification_delete /admin/mobile-notification/{entityId}/delete Path does not match
94 admin_mobile_notification_detail /admin/mobile-notification/{entityId} Path does not match
95 admin_place_button_index /admin/place-button Path does not match
96 admin_place_button_new /admin/place-button/new Path does not match
97 admin_place_button_batch_delete /admin/place-button/batch-delete Path does not match
98 admin_place_button_autocomplete /admin/place-button/autocomplete Path does not match
99 admin_place_button_render_filters /admin/place-button/render-filters Path does not match
100 admin_place_button_edit /admin/place-button/{entityId}/edit Path does not match
101 admin_place_button_delete /admin/place-button/{entityId}/delete Path does not match
102 admin_place_button_detail /admin/place-button/{entityId} Path does not match
103 admin_place_index /admin/place Path does not match
104 admin_place_new /admin/place/new Path does not match
105 admin_place_batch_delete /admin/place/batch-delete Path does not match
106 admin_place_autocomplete /admin/place/autocomplete Path does not match
107 admin_place_render_filters /admin/place/render-filters Path does not match
108 admin_place_edit /admin/place/{entityId}/edit Path does not match
109 admin_place_delete /admin/place/{entityId}/delete Path does not match
110 admin_place_detail /admin/place/{entityId} Path does not match
111 admin_place_map_index /admin/place-map Path does not match
112 admin_place_map_new /admin/place-map/new Path does not match
113 admin_place_map_batch_delete /admin/place-map/batch-delete Path does not match
114 admin_place_map_autocomplete /admin/place-map/autocomplete Path does not match
115 admin_place_map_render_filters /admin/place-map/render-filters Path does not match
116 admin_place_map_edit /admin/place-map/{entityId}/edit Path does not match
117 admin_place_map_delete /admin/place-map/{entityId}/delete Path does not match
118 admin_place_map_detail /admin/place-map/{entityId} Path does not match
119 admin_place_note_index /admin/place-note Path does not match
120 admin_place_note_new /admin/place-note/new Path does not match
121 admin_place_note_batch_delete /admin/place-note/batch-delete Path does not match
122 admin_place_note_autocomplete /admin/place-note/autocomplete Path does not match
123 admin_place_note_render_filters /admin/place-note/render-filters Path does not match
124 admin_place_note_edit /admin/place-note/{entityId}/edit Path does not match
125 admin_place_note_delete /admin/place-note/{entityId}/delete Path does not match
126 admin_place_note_detail /admin/place-note/{entityId} Path does not match
127 admin_place_tag_index /admin/place-tag Path does not match
128 admin_place_tag_new /admin/place-tag/new Path does not match
129 admin_place_tag_batch_delete /admin/place-tag/batch-delete Path does not match
130 admin_place_tag_autocomplete /admin/place-tag/autocomplete Path does not match
131 admin_place_tag_render_filters /admin/place-tag/render-filters Path does not match
132 admin_place_tag_edit /admin/place-tag/{entityId}/edit Path does not match
133 admin_place_tag_delete /admin/place-tag/{entityId}/delete Path does not match
134 admin_place_tag_detail /admin/place-tag/{entityId} Path does not match
135 admin_sale_index /admin/sale Path does not match
136 admin_sale_new /admin/sale/new Path does not match
137 admin_sale_batch_delete /admin/sale/batch-delete Path does not match
138 admin_sale_autocomplete /admin/sale/autocomplete Path does not match
139 admin_sale_render_filters /admin/sale/render-filters Path does not match
140 admin_sale_edit /admin/sale/{entityId}/edit Path does not match
141 admin_sale_delete /admin/sale/{entityId}/delete Path does not match
142 admin_sale_detail /admin/sale/{entityId} Path does not match
143 admin_settings_index /admin/settings Path does not match
144 admin_settings_new /admin/settings/new Path does not match
145 admin_settings_batch_delete /admin/settings/batch-delete Path does not match
146 admin_settings_autocomplete /admin/settings/autocomplete Path does not match
147 admin_settings_render_filters /admin/settings/render-filters Path does not match
148 admin_settings_edit /admin/settings/{entityId}/edit Path does not match
149 admin_settings_delete /admin/settings/{entityId}/delete Path does not match
150 admin_settings_detail /admin/settings/{entityId} Path does not match
151 admin_standby_index /admin/standby Path does not match
152 admin_standby_new /admin/standby/new Path does not match
153 admin_standby_batch_delete /admin/standby/batch-delete Path does not match
154 admin_standby_autocomplete /admin/standby/autocomplete Path does not match
155 admin_standby_render_filters /admin/standby/render-filters Path does not match
156 admin_standby_edit /admin/standby/{entityId}/edit Path does not match
157 admin_standby_delete /admin/standby/{entityId}/delete Path does not match
158 admin_standby_detail /admin/standby/{entityId} Path does not match
159 admin_user_index /admin/user Path does not match
160 admin_user_new /admin/user/new Path does not match
161 admin_user_batch_delete /admin/user/batch-delete Path does not match
162 admin_user_autocomplete /admin/user/autocomplete Path does not match
163 admin_user_render_filters /admin/user/render-filters Path does not match
164 admin_user_edit /admin/user/{entityId}/edit Path does not match
165 admin_user_delete /admin/user/{entityId}/delete Path does not match
166 admin_user_detail /admin/user/{entityId} Path does not match
167 _preview_error /_error/{code}.{_format} Path does not match
168 _wdt_stylesheet /_wdt/styles Path does not match
169 _wdt /_wdt/{token} Path does not match
170 _profiler_home /_profiler/ Path does not match
171 _profiler_search /_profiler/search Path does not match
172 _profiler_search_bar /_profiler/search_bar Path does not match
173 _profiler_phpinfo /_profiler/phpinfo Path does not match
174 _profiler_xdebug /_profiler/xdebug Path does not match
175 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
176 _profiler_search_results /_profiler/{token}/search/results Path does not match
177 _profiler_open_file /_profiler/open Path does not match
178 _profiler /_profiler/{token} Path does not match
179 _profiler_router /_profiler/{token}/router Path does not match
180 _profiler_exception /_profiler/{token}/exception Path does not match
181 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
182 home / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.