mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
ircd::resource: Use 308 instead of 301 for redirect.
This commit is contained in:
parent
b8ea9fdad7
commit
74c5a58273
1 changed files with 1 additions and 1 deletions
|
@ -1244,7 +1244,7 @@ ircd::resource::redirect::permanent::handler(client &client,
|
|||
|
||||
return response
|
||||
{
|
||||
client, {}, {}, http::MOVED_PERMANENTLY,
|
||||
client, {}, {}, http::PERMANENT_REDIRECT,
|
||||
{
|
||||
http::header { "Location", location }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue