mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-22 18:17:10 +08:00
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