This commit is contained in:
jiangyong 2025-03-07 20:24:47 +08:00
parent d0ec7e4a7a
commit 67649c380a
1 changed files with 1 additions and 0 deletions

View File

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