mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
✨ proxy add account
This commit is contained in:
@@ -230,7 +230,7 @@ func (c Cloud189) Link(path string, account *model.Account) (string, error) {
|
||||
return resp.FileDownloadUrl, nil
|
||||
}
|
||||
|
||||
func (c Cloud189) Proxy(ctx *gin.Context) {
|
||||
func (c Cloud189) Proxy(ctx *gin.Context, account *model.Account) {
|
||||
ctx.Request.Header.Del("Origin")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user