parent
767841d405
commit
84b97bee8d
@ -6,7 +6,7 @@ import { getConnection } from 'typeorm';
|
|||||||
export class StatusController {
|
export class StatusController {
|
||||||
|
|
||||||
@Get()
|
@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() {
|
get() {
|
||||||
let connection;
|
let connection;
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user