feat:完善信息

This commit is contained in:
henry
2021-10-15 11:50:57 +08:00
parent 4fc13250f1
commit bea9ceabba
3 changed files with 52 additions and 31 deletions

View File

@ -56,8 +56,8 @@ func (this *Router) Init() *gin.Engine {
}
app.StaticFS("/upload", http.Dir("./upload"))
// 注册路由
registerAPi(app)
registerEnterprise(app)
registerAPI(app)
registerEnterpriseAPI(app)
app.MaxMultipartMemory = 4 << 20