MyHome
MyHome copied to clipboard
Move deleteBooking from AmenityController to BookingController
It is more like a cleanup task.
Things to be done:
- move logic from
AmenityController
toBookingController
(new class) - rewrite API specs to
api.yaml
file - change resource URL from
/bookings/{bookingId}
to/amenities/{amenityId}/bookings/{bookingId}
Can I take this one?
Sure, go ahead @hsergiu !
@mslowiak Is this still open? Can I take it?