diff --git a/api/casaos/openapi.yaml b/api/casaos/openapi.yaml index 8b84d2791..2f77350c1 100644 --- a/api/casaos/openapi.yaml +++ b/api/casaos/openapi.yaml @@ -76,22 +76,6 @@ paths: "500": $ref: "#/components/responses/ResponseInternalServerError" - /health/logs: - get: - tags: - - Health methods - summary: Get log - operationId: getHealthlogs - responses: - "200": - description: OK - content: - application/octet-stream: - schema: - type: string - format: binary - "500": - $ref: "#/components/responses/ResponseInternalServerError" /file/test: get: tags: diff --git a/common/constants.go b/common/constants.go index 127f4d8fa..e7696abe6 100644 --- a/common/constants.go +++ b/common/constants.go @@ -4,4 +4,5 @@ const ( SERVICENAME = "casaos" VERSION = "0.4.4.1" BODY = " " + RANW_NAME = "IceWhale-RemoteAccess" )