🚀New lib version v0.13.1 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
4
dist/services/StatusService.d.ts
vendored
4
dist/services/StatusService.d.ts
vendored
@@ -2,14 +2,14 @@ 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
|
||||
* @result any Successful response
|
||||
* @throws ApiError
|
||||
*/
|
||||
static statusControllerGet(): Promise<any>;
|
||||
/**
|
||||
* Get version
|
||||
* A very basic endpoint that just returns the curent package version.
|
||||
* @returns any Successful response
|
||||
* @result any Successful response
|
||||
* @throws ApiError
|
||||
*/
|
||||
static statusControllerGetVersion(): Promise<any>;
|
||||
|
||||
Reference in New Issue
Block a user