Skip to content

Implemented GET request, updated openapi.yaml

Marcos Felipe requested to merge mfelipe98/backend:main into main

Implementation for GET request in src/endpoints.js and src/guests.js

Also, updating of openapi.yaml file:

  • Added 400, 404, 500 responses in /components/responses
  • Added new responses to endpoints where needed
  • Got rid of newGuestVisit (will be in inventory system), date, and poundsTaken in /components/schemas

Merge request reports