This commit is contained in:
@@ -46,7 +46,7 @@ export function bookingAdd(data: BookingForm) {
|
||||
* @returns void
|
||||
*/
|
||||
export function bookingUpdate(data: BookingForm) {
|
||||
return requestClient.putWithMsg<void>('/system/booking', data);
|
||||
return requestClient.putWithMsg<void>('/property/meetbooking', data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user