spec(redirect): 絵文字のaliasのリダイレクトを302に変更 (MisskeyIO#955)
This commit is contained in:
parent
0867aa69a9
commit
9262571e81
2 changed files with 2 additions and 2 deletions
|
@ -349,7 +349,7 @@ export class FileServerService {
|
||||||
|
|
||||||
return reply.redirect(
|
return reply.redirect(
|
||||||
redirectUrl,
|
redirectUrl,
|
||||||
301,
|
302,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -186,7 +186,7 @@ export class ServerService implements OnApplicationShutdown {
|
||||||
|
|
||||||
return reply.redirect(
|
return reply.redirect(
|
||||||
url,
|
url,
|
||||||
301,
|
302,
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue