Add user full table api
All checks were successful
Build Backend (NixCN CMS) TeamCity build finished
Build Frontend (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-05 14:36:10 +08:00
parent d6acae1625
commit aa8e57bd89
2 changed files with 41 additions and 0 deletions

View File

@@ -14,4 +14,5 @@ func Handler(r *gin.RouterGroup) {
r.PATCH("/update", Update)
r.GET("/list", List)
r.GET("/query", Query)
r.POST("/full", Full)
}