This commit is contained in:
9
dist/services/StatusService.d.ts
vendored
Normal file
9
dist/services/StatusService.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export declare class StatusService {
|
||||
/**
|
||||
* Get
|
||||
* A very basic status/health endpoint that just checks if the database connection is available. <br> The available information depth will be expanded later.
|
||||
* @returns any Successful response
|
||||
* @throws ApiError
|
||||
*/
|
||||
static statusControllerGet(): Promise<any>;
|
||||
}
|
||||
Reference in New Issue
Block a user