mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-09 13:36:57 +08:00
test: StatusTemporaryRedirect -> StatusFound
Signed-off-by: withchao <993506633@qq.com>
This commit is contained in:
parent
ebe4c4bc92
commit
1cdd943a18
@ -95,5 +95,5 @@ func (o *ThirdApi) ObjectRedirect(c *gin.Context) {
|
||||
c.String(http.StatusInternalServerError, err.Error())
|
||||
return
|
||||
}
|
||||
c.Redirect(http.StatusTemporaryRedirect, resp.Url)
|
||||
c.Redirect(http.StatusFound, resp.Url)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user