🐛 时间超出int范围
This commit is contained in:
@ -4,9 +4,11 @@ import (
|
||||
"github.com/Xhofe/alist/conf"
|
||||
"github.com/gin-contrib/static"
|
||||
"github.com/gin-gonic/gin"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func InitRouter(engine *gin.Engine) {
|
||||
log.Infof("初始化路由...")
|
||||
engine.Use(CrosHandler())
|
||||
InitApiRouter(engine)
|
||||
}
|
||||
|
Reference in New Issue
Block a user