First merge from develop to main (WIP) #7

Merged
sugar merged 199 commits from develop into main 2026-01-27 17:47:07 +00:00
Showing only changes of commit 0710ffce72 - Show all commits

View File

@@ -14,6 +14,6 @@ func Handler(r *gin.RouterGroup) {
r.PATCH("/update", Update) r.PATCH("/update", Update)
r.GET("/list", List) r.GET("/list", List)
r.GET("/query", Query) r.GET("/query", Query)
r.POST("/full", Full, middleware.Permission(30)) r.POST("/full", Full, middleware.Permission(40))
r.POST("/create", Create, middleware.Permission(50)) r.POST("/create", Create, middleware.Permission(50))
} }