grop path3

This commit is contained in:
jiangyong27 2023-09-05 20:40:34 +08:00
parent 331aaf4e59
commit de0b441e26
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ func initRoutge(engine *gin.Engine) {
apiGroup.Use(base.Recovery)
group.Use(base.Recovery)
apiGroup.Any("/qyweixin/approve", qyweixin.Approve)
group.Any("/qyweixin/approve", qyweixin.Approve)
group.GET("/staff/salary", staff.Salary)
engine.LoadHTMLGlob("conf/template/*")