fix: remove old middlewares in bookingId
parent
c28e96045c
commit
dfa4c06e54
|
@ -166,4 +166,4 @@ export async function bookingById(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default withMiddleware("HTTP_GET_DELETE_PATCH")(withValidQueryIdTransformParseInt(bookingById));
|
export default bookingById;
|
||||||
|
|
Loading…
Reference in New Issue