소스 검색

update ui (#192)

link 3 년 전
부모
커밋
bd5a2e35d4
2개의 변경된 파일1개의 추가작업 그리고 12개의 파일을 삭제
  1. 1 1
      UI
  2. 0 11
      route/v1/app.go

+ 1 - 1
UI

@@ -1 +1 @@
-Subproject commit 1b0e0ba726b4621a2a249867c42cdc19c3949ea5
+Subproject commit 70d9529d0669345b3da47d7f88ce080b3f76b550

+ 0 - 11
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() {
-
-}