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:
@@ -301,7 +301,7 @@ func (o Onedrive) Save(account *model.Account, old *model.Account) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (o Onedrive) Proxy(c *gin.Context) {
|
||||
func (o Onedrive) Proxy(c *gin.Context, account *model.Account) {
|
||||
c.Request.Header.Del("Origin")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user