Feat: create folder / Modify: add index to some column

This commit is contained in:
HFO4
2019-11-24 11:33:30 +08:00
parent 89b54e401c
commit a89c3cb11a
7 changed files with 112 additions and 9 deletions

View File

@@ -67,8 +67,8 @@ func InitRouter() *gin.Engine {
// 目录
directory := auth.Group("directory")
{
// 文件上传
directory.PUT("", controllers.Ping)
// 创建目录
directory.PUT("", controllers.CreateDirectory)
}
}