spec(redirect): 絵文字のaliasのリダイレクトを302に変更 (MisskeyIO#955)

This commit is contained in:
あわわわとーにゅ 2025-03-31 10:42:34 +09:00 committed by GitHub
parent 0867aa69a9
commit 9262571e81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -349,7 +349,7 @@ export class FileServerService {
return reply.redirect(
redirectUrl,
301,
302,
);
}

View file

@ -186,7 +186,7 @@ export class ServerService implements OnApplicationShutdown {
return reply.redirect(
url,
301,
302,
);
});