Replace Swagger ApiDocs with HealthCheck
diesalbla opened this issue · 0 comments
diesalbla commented
Description
The backend server contains some files for the style of a Swagger documentation which is not to be completed. Its only use is as a sort of publicly accessible health check for the API.
- Remove the
apiDocs
route from the API and the Swagger documentation from the repository. - Add a publicly accessible
/healthCheck
endpoint that replies with a success200 OK
response.