mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-11 04:55:06 +08:00
No misleading 404 error
This commit is contained in:
parent
db1ddd0630
commit
782c9bfb6b
@ -47,7 +47,7 @@ public final class GachaRecordHandler implements HttpContextHandler {
|
|||||||
|
|
||||||
res.send(response);
|
res.send(response);
|
||||||
} else {
|
} else {
|
||||||
res.send("404");
|
res.send("No account found.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user