conflict resolution

This commit is contained in:
LinkLeong 2023-08-18 08:41:33 +01:00
parent aaff44878a
commit e94979caad
2 changed files with 1 additions and 16 deletions

View file

@ -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:

View file

@ -4,4 +4,5 @@ const (
SERVICENAME = "casaos"
VERSION = "0.4.4.1"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)