Redirect 302 redirect from GET @app_home (97f824)

GET https://www.restaurium.fr/pro

Routing

app_landing Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /pro
# Route name Path Log
1 app_reservation_success /reservation/success Path does not match
2 app_reservation_confirm /reservation/confirm/{token} Path does not match
3 _preview_error /_error/{code}.{_format} Path does not match
4 _wdt_stylesheet /_wdt/styles Path does not match
5 _wdt /_wdt/{token} Path does not match
6 _profiler_home /_profiler/ Path does not match
7 _profiler_search /_profiler/search Path does not match
8 _profiler_search_bar /_profiler/search_bar Path does not match
9 _profiler_phpinfo /_profiler/phpinfo Path does not match
10 _profiler_xdebug /_profiler/xdebug Path does not match
11 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
12 _profiler_search_results /_profiler/{token}/search/results Path does not match
13 _profiler_open_file /_profiler/open Path does not match
14 _profiler /_profiler/{token} Path does not match
15 _profiler_router /_profiler/{token}/router Path does not match
16 _profiler_exception /_profiler/{token}/exception Path does not match
17 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
18 app_admin_restaurant_clients /admin/restaurant/{restaurant_id}/clients Path does not match
19 app_admin_restaurant_client_show /admin/restaurant/{restaurant_id}/client/{id} Path does not match
20 app_admin_restaurant_client_block /admin/restaurant/{restaurant_id}/client/{id}/block Path does not match
21 app_admin_dashboard /admin Path does not match
22 app_admin_restaurant_reservations /admin/restaurant/{restaurant_id}/reservations Path does not match
23 app_admin_restaurant_reservations_pending /admin/restaurant/{restaurant_id}/reservations/pending Path does not match
24 app_admin_restaurant_reservations_pending_email /admin/restaurant/{restaurant_id}/reservations/pending-email Path does not match
25 app_admin_restaurant_reservation_show /admin/restaurant/{restaurant_id}/reservation/{id} Path does not match
26 app_admin_restaurant_reservation_confirm /admin/restaurant/{restaurant_id}/reservation/{id}/confirm Path does not match
27 app_admin_restaurant_reservation_refuse /admin/restaurant/{restaurant_id}/reservation/{id}/refuse Path does not match
28 app_admin_restaurant_reservation_resend_email /admin/restaurant/{restaurant_id}/reservation/{id}/resend-email Path does not match
29 app_admin_restaurant_reservation_assign_tables /admin/restaurant/{restaurant_id}/reservation/{id}/assign-tables Path does not match
30 app_admin_restaurant_reservations_batch /admin/restaurant/{restaurant_id}/reservations/batch-action Path does not match
31 app_admin_restaurants /admin/restaurants Path does not match
32 app_admin_restaurant_new /admin/restaurant/new Path does not match
33 app_admin_restaurant_manage /admin/restaurant/{restaurant_id} Path does not match
34 app_admin_restaurant_edit /admin/restaurant/{restaurant_id}/edit Path does not match
35 app_admin_restaurant_delete /admin/restaurant/{restaurant_id}/delete Path does not match
36 app_admin_restaurant_settings /admin/restaurant/{restaurant_id}/settings Path does not match
37 app_admin_restaurant_settings_hours /admin/restaurant/{restaurant_id}/settings/hours Path does not match
38 app_admin_super_users /admin/super/users Path does not match
39 app_admin_super_restaurants /admin/super/restaurants Path does not match
40 app_admin_restaurant_tables /admin/restaurant/{restaurant_id}/tables Path does not match
41 app_admin_restaurant_table_new /admin/restaurant/{restaurant_id}/table/new Path does not match
42 app_admin_restaurant_table_edit /admin/restaurant/{restaurant_id}/table/{id}/edit Path does not match
43 app_admin_restaurant_table_delete /admin/restaurant/{restaurant_id}/table/{id}/delete Path does not match
44 app_admin_restaurant_team /admin/restaurant/{restaurant_id}/team Path does not match
45 app_admin_restaurant_team_invite /admin/restaurant/{restaurant_id}/team/invite Path does not match
46 app_admin_restaurant_team_edit_role /admin/restaurant/{restaurant_id}/team/{id}/edit-role Path does not match
47 app_admin_restaurant_team_remove /admin/restaurant/{restaurant_id}/team/{id}/remove Path does not match
48 app_admin_restaurant_vacations /admin/restaurant/{restaurant_id}/vacations Path does not match
49 app_admin_restaurant_vacation_new /admin/restaurant/{restaurant_id}/vacation/new Path does not match
50 app_admin_restaurant_vacation_edit /admin/restaurant/{restaurant_id}/vacation/{id}/edit Path does not match
51 app_admin_restaurant_vacation_toggle /admin/restaurant/{restaurant_id}/vacation/{id}/toggle Path does not match
52 app_admin_restaurant_vacation_delete /admin/restaurant/{restaurant_id}/vacation/{id}/delete Path does not match
53 app_admin_restaurant_zones /admin/restaurant/{restaurant_id}/zones Path does not match
54 app_admin_restaurant_zone_new /admin/restaurant/{restaurant_id}/zone/new Path does not match
55 app_admin_restaurant_zone_edit /admin/restaurant/{restaurant_id}/zone/{id}/edit Path does not match
56 app_admin_restaurant_zone_delete /admin/restaurant/{restaurant_id}/zone/{id}/delete Path does not match
57 app_api_offline_reservations /api/restaurant/{id}/offline/reservations Path does not match
58 app_api_offline_tables /api/restaurant/{id}/offline/tables Path does not match
59 app_chef_index /chef Path does not match
60 app_chef_week /chef/restaurant/{id}/week/{date} Path does not match
61 app_chef_month /chef/restaurant/{id}/month/{date} Path does not match
62 app_chef_export_csv /chef/restaurant/{id}/export/csv Path does not match
63 app_chef_export_pdf /chef/restaurant/{id}/export/pdf Path does not match
64 app_forgot_password /forgot-password Path does not match
65 app_reset_password /reset-password/{token} Path does not match
66 app_landing /pro Route matches!

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