feat:注释不用的代码
This commit is contained in:
@ -57,6 +57,7 @@ func (this *Router) Init() *gin.Engine {
|
||||
app.StaticFS("/upload", http.Dir("./upload"))
|
||||
// 注册路由
|
||||
registerAPI(app)
|
||||
registerManageAPI(app)
|
||||
registerEnterpriseAPI(app)
|
||||
|
||||
app.MaxMultipartMemory = 4 << 20
|
||||
|
Reference in New Issue
Block a user