This commit is contained in:
2025-10-23 22:35:10 +01:00
parent 56ff4132b4
commit 5cedba21e7
6 changed files with 970 additions and 2782 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-1
View File
@@ -129,7 +129,6 @@ func main() {
r.Get("/search", bookings.SearchAdminBookingsHandler)
r.Get("/user/{user_id}", bookings.GetAllBookingsByUserHandler)
r.Get("/{id}", bookings.GetAdminBookingHandler)
r.Get("/{id}/summary", bookings.GetAdminBookingSummaryHandler)
r.Put("/{id}/progress", bookings.ProgressBookingHandler)
r.Post("/{id}/confirm", bookings.ConfirmBookingHandler)
})