feat: file proxy handle
This commit is contained in:
@ -53,7 +53,7 @@ func FsGet(c *gin.Context) {
|
||||
Size: obj.GetSize(),
|
||||
IsDir: obj.IsDir(),
|
||||
Modified: obj.ModTime(),
|
||||
Sign: Sign(obj),
|
||||
Sign: common.Sign(obj),
|
||||
},
|
||||
// TODO: set raw url
|
||||
})
|
||||
|
Reference in New Issue
Block a user