mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 20:34:49 +00:00
No misleading 404 error
This commit is contained in:
parent
a7273fd84a
commit
243db37fd6
@ -47,7 +47,7 @@ public final class GachaRecordHandler implements HttpContextHandler {
|
||||
|
||||
res.send(response);
|
||||
} else {
|
||||
res.send("404");
|
||||
res.send("No account found.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user