mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🐛 Sometimes the audio or video does not play https://github.com/siyuan-note/siyuan/issues/11810
This commit is contained in:
@@ -386,11 +386,7 @@ func Timing(c *gin.Context) {
|
||||
}
|
||||
|
||||
func Recover(c *gin.Context) {
|
||||
defer func() {
|
||||
logging.Recover()
|
||||
c.Status(http.StatusInternalServerError)
|
||||
}()
|
||||
|
||||
defer logging.Recover()
|
||||
c.Next()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user