This commit is contained in:
jiangyong 2025-03-07 20:30:58 +08:00
parent 67649c380a
commit 6725d84806
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ func initRoutge(engine *gin.Engine) {
apiGroup.GET("/checkin", checkin.List) apiGroup.GET("/checkin", checkin.List)
apiGroup.DELETE("/checkin", checkin.Delete) apiGroup.DELETE("/checkin", checkin.Delete)
apiGroup.Any("/checkin/sync", checkin.Sync) apiGroup.Any("/checkin/sync", checkin.Sync)
apiGroup.GET("/checkin", checkin.List)
noTokenGroup.POST("/login", staff.Login) noTokenGroup.POST("/login", staff.Login)
engine.LoadHTMLGlob("conf/template/*") engine.LoadHTMLGlob("conf/template/*")