HackYourFuture-CPH / Guide-IT

Guide IT, a tool to help newcomers decide their IT path
MIT License
3 stars 1 forks source link

Swagger answers endpoit #128

Closed Enqira closed 3 years ago

Enqira commented 3 years ago

Description

Created answers endpoint /api/answers with swagger. Opctions: GET answers, GET answers by id, DELETE answer.

Not sure about the DELETE one. Reviewers let us know if it should be descarted Fixes #30

How to test?

To test it, go to api/documentations then test it using swagger.

Checklist

Enqira commented 3 years ago

Implemented requested changes by Niels. and it is ready to be merged