🔥 Delete Text

pull/548/head
微凉 2022-01-28 23:21:11 +08:00
parent c6a5ba9b91
commit 549877f71e
1 changed files with 4 additions and 4 deletions

View File

@ -101,10 +101,10 @@ func Proxy(c *gin.Context) {
c.File(link.Url)
return
} else {
if utils.GetFileType(filepath.Ext(rawPath)) == conf.TEXT {
Text(c, link)
return
}
//if utils.GetFileType(filepath.Ext(rawPath)) == conf.TEXT {
// Text(c, link)
// return
//}
driver.Proxy(c, account)
r := c.Request
w := c.Writer