rxtATX / OffNOn

In this application, users will be able to submit tickets (requests for help) with their coding work, technical questions, etc. Tickets will be created to be addressed by technicians. This application models the AskBCS and JIRA ticket systems.
2 stars 2 forks source link

PUT /api/log/:id - Server-side - RATED 6 #102

Closed rxtATX closed 1 year ago

rxtATX commented 1 year ago

The developer will need to modify the apiRoutes folder logRoutes file. They will add a put route which will receive the client request and update the server with the req.body data where the req.params.id matches.

Acceptance criteria: