初始化项目文件
This commit is contained in:
11
api_iris/service/api/yebLogExport.go
Normal file
11
api_iris/service/api/yebLogExport.go
Normal file
@ -0,0 +1,11 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"github.com/kataras/iris/v12"
|
||||
"main/jwtSet"
|
||||
)
|
||||
|
||||
func YebLog(party iris.Party) {
|
||||
party.Get("/", jwtSet.Jwt.Serve, monthLog)
|
||||
party.Get("/detail", jwtSet.Jwt.Serve, detailLog)
|
||||
}
|
Reference in New Issue
Block a user