grop path3
This commit is contained in:
parent
331aaf4e59
commit
de0b441e26
|
@ -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/*")
|
||||
|
|
Loading…
Reference in New Issue