Skip to content

Commit

Permalink
conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong committed Aug 18, 2023
1 parent aaff448 commit e94979c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 0 additions & 16 deletions api/casaos/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ const (
SERVICENAME = "casaos"
VERSION = "0.4.4.1"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)

0 comments on commit e94979c

Please sign in to comment.