mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-29 11:21:58 +08:00
Feat: create folder / Modify: add index to some column
This commit is contained in:
@@ -67,8 +67,8 @@ func InitRouter() *gin.Engine {
|
||||
// 目录
|
||||
directory := auth.Group("directory")
|
||||
{
|
||||
// 文件上传
|
||||
directory.PUT("", controllers.Ping)
|
||||
// 创建目录
|
||||
directory.PUT("", controllers.CreateDirectory)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user