Fresh dist
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-02-02 16:14:10 +01:00
parent e996375677
commit ad90844846
43 changed files with 270 additions and 267 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.
* @result any Successful response
* @returns 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.
* @result any Successful response
* @returns any Successful response
* @throws ApiError
*/
static async statusControllerGetVersion() {