xebia-functional / nine-cards-v2

An Open Source Android Launcher built with Scala on Android
http://www.9cards.io/
Other
182 stars 20 forks source link

Replace Swagger ApiDocs with HealthCheck #1235

Closed diesalbla closed 7 years ago

diesalbla commented 7 years ago

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.

  1. Remove the apiDocs route from the API and the Swagger documentation from the repository.
  2. Add a publicly accessible /healthCheck endpoint that replies with a success 200 OK response.