🔥 Delete Text
This commit is contained in:
parent
c6a5ba9b91
commit
549877f71e
@ -101,10 +101,10 @@ func Proxy(c *gin.Context) {
|
|||||||
c.File(link.Url)
|
c.File(link.Url)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
if utils.GetFileType(filepath.Ext(rawPath)) == conf.TEXT {
|
//if utils.GetFileType(filepath.Ext(rawPath)) == conf.TEXT {
|
||||||
Text(c, link)
|
// Text(c, link)
|
||||||
return
|
// return
|
||||||
}
|
//}
|
||||||
driver.Proxy(c, account)
|
driver.Proxy(c, account)
|
||||||
r := c.Request
|
r := c.Request
|
||||||
w := c.Writer
|
w := c.Writer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user