mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-07 07:09:46 +00:00
conflict resolution
This commit is contained in:
parent
aaff44878a
commit
e94979caad
@ -76,22 +76,6 @@ paths:
|
|||||||
"500":
|
"500":
|
||||||
$ref: "#/components/responses/ResponseInternalServerError"
|
$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:
|
/file/test:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@ -4,4 +4,5 @@ const (
|
|||||||
SERVICENAME = "casaos"
|
SERVICENAME = "casaos"
|
||||||
VERSION = "0.4.4.1"
|
VERSION = "0.4.4.1"
|
||||||
BODY = " "
|
BODY = " "
|
||||||
|
RANW_NAME = "IceWhale-RemoteAccess"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user