🚀New lib version v0.13.1 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-02-02 15:19:00 +00:00
parent ad90844846
commit 9b6d686d93
45 changed files with 271 additions and 274 deletions

View File

@@ -9,7 +9,7 @@ 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 async statusControllerGet() {
@@ -22,7 +22,7 @@ class StatusService {
/**
* Get version
* A very basic endpoint that just returns the curent package version.
* @returns any Successful response
* @result any Successful response
* @throws ApiError
*/
static async statusControllerGetVersion() {