mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 17:41:57 +08:00
Feat: support setting "last modified" props when creating upload session
This commit is contained in:
@@ -504,8 +504,6 @@ func InitMasterRouter() *gin.Engine {
|
||||
// 文件
|
||||
file := auth.Group("file", middleware.HashID(hashid.FileID))
|
||||
{
|
||||
// 文件上传
|
||||
file.POST("upload", controllers.FileUploadStream)
|
||||
// 创建上传会话
|
||||
file.PUT("upload/session", controllers.GetUploadCredential)
|
||||
// 更新文件
|
||||
|
||||
Reference in New Issue
Block a user