From c2ba70d8a5a4f98cd722a68832f9e06bad349f0c Mon Sep 17 00:00:00 2001 From: LinkLeong Date: Mon, 16 May 2022 15:57:03 +0800 Subject: [PATCH] update ui --- UI | 2 +- route/v1/app.go | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/UI b/UI index 1b0e0ba..70d9529 160000 --- a/UI +++ b/UI @@ -1 +1 @@ -Subproject commit 1b0e0ba726b4621a2a249867c42cdc19c3949ea5 +Subproject commit 70d9529d0669345b3da47d7f88ce080b3f76b550 diff --git a/route/v1/app.go b/route/v1/app.go index 9616872..2104eb5 100644 --- a/route/v1/app.go +++ b/route/v1/app.go @@ -246,14 +246,3 @@ func ShareAppFile(c *gin.Context) { content := service.MyService.Casa().ShareAppFile(str) c.JSON(http.StatusOK, json.RawMessage(content)) } - -// @Summary Resource Usage -// @Produce application/json -// @Accept application/json -// @Tags app -// @Security ApiKeyAuth -// @Success 200 {string} string "ok" -// @Router /app/shares [post] -func AppListResourceUsage() { - -}