mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2026-01-04 02:14:21 +00:00
update ui (#192)
This commit is contained in:
2
UI
2
UI
Submodule UI updated: 1b0e0ba726...70d9529d06
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user