mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: list objects in specific path
This commit is contained in:
@@ -69,6 +69,8 @@ func InitRouter() *gin.Engine {
|
||||
{
|
||||
// 创建目录
|
||||
directory.PUT("", controllers.CreateDirectory)
|
||||
// 列出目录下内容
|
||||
directory.GET("", controllers.ListDirectory)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user