mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: unit test coverage report
This commit is contained in:
@@ -80,7 +80,10 @@ func InitRouter() *gin.Engine {
|
||||
{
|
||||
// 删除对象
|
||||
object.DELETE("", controllers.Delete)
|
||||
// 移动对象
|
||||
object.PATCH("", controllers.Move)
|
||||
// 复制对象
|
||||
object.POST("copy", controllers.Copy)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user