diff --git a/src/controllers/StatusController.ts b/src/controllers/StatusController.ts index 9f83c50..b867429 100644 --- a/src/controllers/StatusController.ts +++ b/src/controllers/StatusController.ts @@ -6,7 +6,7 @@ import { getConnection } from 'typeorm'; export class StatusController { @Get() - @OpenAPI({ description: "Lists all tracks." }) + @OpenAPI({ description: "A very basic status/health endpoint that just checks if the database connection is available.
The available information depth will be expanded later." }) get() { let connection; try {