Add full search for user table

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-26 03:46:54 +08:00
parent 6681ffccdf
commit 98e32b67e1
4 changed files with 63 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ func Handler(r *gin.RouterGroup) {
r.GET("/info", Info)
r.POST("/checkin", Checkin)
r.PATCH("/update", Update)
r.GET("/list", List)
}