mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: rename file
This commit is contained in:
@@ -87,6 +87,8 @@ func InitRouter() *gin.Engine {
|
||||
object.PATCH("", controllers.Move)
|
||||
// 复制对象
|
||||
object.POST("copy", controllers.Copy)
|
||||
// 重命名对象
|
||||
object.POST("rename", controllers.Rename)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user