CSAllenISD / 2023-ISP-Bug-Tracker

Other
3 stars 0 forks source link

API routes set up #44

Closed Brook-A-CS closed 1 year ago

Brook-A-CS commented 1 year ago

I set up the initial API routes which are currently /assignees which sends a GET request, returning a full list of assignees. I also set up a POST request which creates new assignees when a name parameter is passed into the request body. I will continue to update the back end with the next endpoint I set up being a DELETE request.