Update [uuid].js

This commit is contained in:
yude 2021-09-25 22:14:02 +09:00
parent c19e797fa4
commit 4d0b82dee3
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const RawPlayerName = async (req, res) => {
const response = await getName(uuid);
const data = await response.json();
if (response.status === 204 || response.status > 400) {
return res.status(200).send("404");
return res.status(200).send("読み込み中...");
}
const username = data.username;
return res.status(200).json({