feat:完善信息
This commit is contained in:
@ -55,7 +55,8 @@ func (this *Router) Init() *gin.Engine {
|
||||
}
|
||||
app.StaticFS("/upload", http.Dir("./upload"))
|
||||
// 注册路由
|
||||
register(app)
|
||||
registerAPi(app)
|
||||
registerEnterprise(app)
|
||||
|
||||
app.MaxMultipartMemory = 4 << 20
|
||||
|
||||
|
Reference in New Issue
Block a user