Skip to content

Implemented BookingRestController to return JSON to the frontend

Thomas Shortman requested to merge implement_mybookingpage into master

Added a BookingDTO class and a BookingRestController class to return a JSON string of user bookings that will be used with the front end

Merge request reports