mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 18:56:15 +00: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);
|
||||
} else {
|
||||
res.send("404");
|
||||
res.send("No account found.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user