What was done:
Implemented the 'endMeeting' functionality in MeetingControllers. A new endpoint (PATCH /meetings/:meetingId/end) has been added. When this endpoint is hit, it will update the finishTime of the meeting to the current time.
How to test:
[x] Use Postman or Curl and send a PATCH request of the meeting ID and a finishTime to end the meeting.
Closes: [#134]
What was done: Implemented the 'endMeeting' functionality in MeetingControllers. A new endpoint (PATCH /meetings/:meetingId/end) has been added. When this endpoint is hit, it will update the finishTime of the meeting to the current time. How to test:
Screenshots of UI changes (optional):