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
2 changed files with 0 additions and 8 deletions
Showing only changes of commit 8e43d6699c - Show all commits

View File

@@ -1,7 +0,0 @@
package user
import "github.com/gin-gonic/gin"
func Create(c *gin.Context) {
}

View File

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