mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-19 08:36:37 +08:00
feat: store search file index
This commit is contained in:
@@ -61,6 +61,7 @@ func Proxy(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
err = common.Proxy(c.Writer, c.Request, link, file)
|
||||
log.Debugln("web proxy error:", err)
|
||||
if err != nil {
|
||||
common.ErrorResp(c, err, 500)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user