Closed bcho892 closed 2 months ago
Is your feature request related to a problem? Please describe.
Using the service defined in #722 you will have to call the write method to store the operation.
These endpoints will be:
/admin/bookings/make-dates-available
/admin/bookings/make-dates-unavailable
/admin/bookings/create
/admin/bookings/delete
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
git fetch origin master:master
git rebase master
git merge master
Is your feature request related to a problem? Please describe.
Using the service defined in #722 you will have to call the write method to store the operation.
These endpoints will be:
/admin/bookings/make-dates-available
/admin/bookings/make-dates-unavailable
/admin/bookings/create
/admin/bookings/delete
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)