feat: get breakfast package from API
This commit is contained in:
@@ -62,7 +62,7 @@ export const bookingMutationRouter = router({
|
||||
Authorization: `Bearer ${ctx.serviceToken}`,
|
||||
}
|
||||
|
||||
const apiResponse = await api.post(api.endpoints.v1.booking, {
|
||||
const apiResponse = await api.post(api.endpoints.v1.Booking.bookings, {
|
||||
headers,
|
||||
body: input,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user