ita-social-projects / OoS-Backend

Out of School: The platform for choosing an extracurricular activity for your children
MIT License
13 stars 6 forks source link

Kyryk/Add ServiceController with a health check endpoint #1581

Closed Tetyana-K closed 1 week ago

Tetyana-K commented 1 week ago

This PR adds a ServiceController with a health check endpoint at GET /api/v{version}/service/gethealth. The endpoint returns 204 No Content to indicate the service is healthy and includes headers to prevent caching. Please review when you have time. Thank you!

sonarcloud[bot] commented 1 week ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Tetyana-K commented 1 week ago

Missing tests for the controller