mirror of
https://github.com/AlistGo/alist.git
synced 2025-05-30 04:16:07 +08:00
🐛 index add write header now
This commit is contained in:
@ -32,5 +32,6 @@ func Static(r *gin.Engine) {
|
||||
c.Header("Content-Type", "text/html")
|
||||
_, _ = c.Writer.WriteString(conf.IndexHtml)
|
||||
c.Writer.Flush()
|
||||
c.Writer.WriteHeaderNow()
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user