🐛 update down.go

This commit is contained in:
微凉
2021-08-11 18:30:50 +08:00
parent 905e8f5c73
commit f927c974cf

View File

@@ -55,6 +55,6 @@ func Down(c *gin.Context) {
c.JSON(200, MetaResponse(500, err.Error())) c.JSON(200, MetaResponse(500, err.Error()))
return return
} }
c.Redirect(301, file.Url) c.Redirect(302, file.Url)
return return
} }