Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 2 | api_doc | /api/docs.{_format} | Path does not match |
| 3 | api_categories_get_collection | /api/categories.{_format} | Path does not match |
| 4 | api_categories_get_item | /api/categories/{id}.{_format} | Path does not match |
| 5 | api_companies_get_collection | /api/companies.{_format} | Path does not match |
| 6 | api_companies_get_item | /api/companies/{id}.{_format} | Path does not match |
| 7 | api_feedback_post_collection | /api/feedback.{_format} | Path does not match |
| 8 | api_announcements_GET_item | /api/announcements/{id}.{_format} | Path does not match |
| 9 | api_offers_get_collection | /api/offers.{_format} | Path does not match |
| 10 | api_offers_post_collection | /api/offers.{_format} | Path does not match |
| 11 | api_offers_get_item | /api/offers/{id}.{_format} | Path does not match |
| 12 | api_discounts_GET_item | /api/discounts/{id}.{_format} | Path does not match |
| 13 | api_guides_GET_item | /api/guides/{id}.{_format} | Path does not match |
| 14 | api_trails_GET_item | /api/trails/{id}.{_format} | Path does not match |
| 15 | api_guide_spots_GET_item | /api/guide-spots/{id}.{_format} | Path does not match |
| 16 | api_trail_spots_GET_collection | /api/trail-spots.{_format} | Path does not match |
| 17 | api_trail_spots_GET_item | /api/trail-spots/{id}.{_format} | Path does not match |
| 18 | api_loyalties_GET_item | /api/loyalties/{id}.{_format} | Path does not match |
| 19 | api_quiz_answers_GET_item | /api/quiz-answers/{id}.{_format} | Path does not match |
| 20 | api_quiz_questions_GET_item | /api/quiz-questions/{id}.{_format} | Path does not match |
| 21 | api_passes_get_collection | /api/passes.{_format} | Path does not match |
| 22 | api_passes_get_item | /api/passes/{id}.{_format} | Path does not match |
| 23 | api_pass_instances_get_collection | /api/pass-instances.{_format} | Path does not match |
| 24 | api_pass_instances_get_item | /api/pass-instances/{id}.{_format} | Path does not match |
| 25 | api_pass_locks_get_collection | /api/pass-locks.{_format} | Path does not match |
| 26 | api_pass_locks_get_item | /api/pass-locks/{id}.{_format} | Path does not match |
| 27 | api_pass_purchases_get_collection | /api/pass-purchases.{_format} | Path does not match |
| 28 | api_pass_purchases_get_item | /api/pass-purchases/{id}.{_format} | Path does not match |
| 29 | api_pass_purchase_datas_get_item | /api/pass-purchase-datas/{id}.{_format} | Path does not match |
| 30 | api_pass_usages_get_item | /api/pass-usages/{id}.{_format} | Path does not match |
| 31 | api_pass_usage_items_get_collection | /api/pass-usage-items.{_format} | Path does not match |
| 32 | api_pass_usage_items_get_item | /api/pass-usage-items/{id}.{_format} | Path does not match |
| 33 | api_regions_get_collection | /api/regions.{_format} | Path does not match |
| 34 | api_regions_get_item | /api/regions/{id}.{_format} | Path does not match |
| 35 | api_customers_get_item | /api/customers/{id}.{_format} | Path does not match |
| 36 | api_customers_put_item | /api/customers/{id}.{_format} | Path does not match |
| 37 | api_customers_delete_item | /api/customers/{id}.{_format} | Path does not match |
| 38 | api_profiles_get_collection | /api/profiles.{_format} | Path does not match |
| 39 | api_profiles_patch_item | /api/profiles/{id}.{_format} | Path does not match |
| 40 | api_profiles_get_item | /api/profiles/{id}.{_format} | Path does not match |
| 41 | api_video_guides_get_collection | /api/video-guides.{_format} | Path does not match |
| 42 | api_video_guides_get_item | /api/video-guides/{id}.{_format} | Path does not match |
| 43 | api_time_datas_get_item | /api/time-datas/{id}.{_format} | Path does not match |
| 44 | api_purchase_datas_get_item | /api/purchase-datas/{id}.{_format} | Path does not match |
| 45 | api_pass_instance_states_get_item | /api/pass-instance-states/{id}.{_format} | Path does not match |
| 46 | api_visits_get_item | /api/visits/{id}.{_format} | Path does not match |
| 47 | api_purchases_get_item | /api/purchases/{id}.{_format} | Path does not match |
| 48 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 49 | gesdinet_jwt_refresh_token | /api/token/refresh | Path does not match |
| 50 | _wdt | /_wdt/{token} | Path does not match |
| 51 | _profiler_home | /_profiler/ | Path does not match |
| 52 | _profiler_search | /_profiler/search | Path does not match |
| 53 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 54 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 55 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 56 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 57 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 58 | _profiler_open_file | /_profiler/open | Path does not match |
| 59 | _profiler | /_profiler/{token} | Path does not match |
| 60 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 61 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 62 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 63 | admin_company_statistics | /company/admin/statistics | Path does not match |
| 64 | app_initial_password_setup | /setup-initial-password | Path does not match |
| 65 | admin_pass_instance_validation | /pass/pass-instance-validation | Path does not match |
| 66 | admin_edit_profile | /profile/edit | Path does not match |
| 67 | admin_dashboard | /admin | Path does not match |
| 68 | company_admin_dashboard | /company/admin | Path does not match |
| 69 | pass_admin_dashboard | /pass/admin | Path does not match |
| 70 | region_admin_dashboard | /region/admin | Path does not match |
| 71 | admin_company_loyalty_statistics | /company/admin/loyalty-statistics | Path does not match |
| 72 | admin_verify_offer | /admin/offer/{id}/verify | Path does not match |
| 73 | admins_ai_generate_text | /admins/ai/generate-text | Path does not match |
| 74 | admins_ai_generate_text_template | /admins/ai/generate-text-template | Path does not match |
| 75 | api_import_elbe_labe | /api/import/elbe-labe | Path does not match |
| 76 | api_fcm_token_upload | /api/fcm-tokens | Path does not match |
| 77 | api_guide_qr_unlock | /api/guides/qr-unlock | Path does not match |
| 78 | api_post_guide_purchase | /api/guides/{id}/purchase | Path does not match |
| 79 | api_offer_likes_edit | /api/offers/{id}/likes | Path does not match |
| 80 | api_company_likes_edit | /api/companies/{id}/likes | Path does not match |
| 81 | api_offer_by_code | /api/offers-by-code | Path does not match |
| 82 | api_use_code | /api/use-offer-code | Path does not match |
| 83 | api_redeem_offer | /api/offers/{id}/redeem | Path does not match |
| 84 | api_redeem_loyalty | /api/redeem-loyalty | Path does not match |
| 85 | api_use_receipt_loyalty | /api/loyalties/{id}/use-receipt | Path does not match |
| 86 | api_pass_unlock | /api/passes/{id}/unlock | Path does not match |
| 87 | api_pass_qr_unlock | /api/passes/qr-unlock | Path does not match |
| 88 | api_profile_new | /api/profiles/new | Path does not match |
| 89 | api_pass_instance_validate | /api/pass-instances/validate | Path does not match |
| 90 | api_pass_instance_transfer | /api/pass-instances/{id}/transfer | Path does not match |
| 91 | api_pass_relock | /api/passes/{id}/relock | Path does not match |
| 92 | api_get_pass_instance_states | /api/passes/{id}/instance-states | Path does not match |
| 93 | api_customer_register | /api/customers/register | Path does not match |
| 94 | api_customer_sign_in | /api/customers/sign-in | Path does not match |
| 95 | api_user_send_verification_sms | /api/send-verification-sms | Path does not match |
| 96 | api_user_verify_sms_code | /api/verify-sms-code | Path does not match |
| 97 | api_user_reset_password_request | /api/reset-password-requests | Path does not match |
| 98 | api_phone_number_reset | /api/reset-phone-number | Path does not match |
| 99 | api_logout | /api/logout | Path does not match |
| 100 | api_user_change_password | /api/users/change-password | Path does not match |
| 101 | api_user_check_verification | /api/users/check-verification | Path does not match |
| 102 | api_statistics_add_company_views | /api/statistics/companies/{id}/views | Path does not match |
| 103 | api_trail_visit | /api/trails/{id}/visit | Path does not match |
| 104 | api_trail_spot_visit | /api/trail-spots/{id}/visit | Path does not match |
| 105 | api_app_update_check | /api/app-update/check | Path does not match |
| 106 | app_category_proposal_create | /category-proposal | Path does not match |
| 107 | facebook_login | /fb-login | Path does not match |
| 108 | facebook_callback | /fb-callback | Path does not match |
| 109 | facebook_edit_post | /fb-edit-post | Path does not match |
| 110 | facebook_share | /fb-share | Path does not match |
| 111 | facebook_logout | /fb-logout | Path does not match |
| 112 | app_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.