feature/49-openapi_cookie_schema #51

Merged
niggl merged 18 commits from feature/49-openapi_cookie_schema into dev 2020-12-22 19:33:04 +00:00
Showing only changes of commit 84b97bee8d - Show all commits

View File

@ -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. <br> The available information depth will be expanded later." })
get() {
let connection;
try {