feat: make booking init flow entry-point post only

This commit is contained in:
Björn Fromme
2026-08-29 09:37:23 +02:00
parent 80d734e7d6
commit bbc1b6c68a
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{% block content %}
<div class="flex-1 flex items-center justify-center"
hx-get="{{ path('app_booking_create_init', {
hx-post="{{ path('app_booking_create_init', {
date_id: params.dateId,
hotel_id: params.hotelId,
agency: params.agency,