Commit 782c9bfb authored by Benjamin Elsdon's avatar Benjamin Elsdon Committed by Melledy
Browse files

No misleading 404 error

parent db1ddd06
......@@ -47,7 +47,7 @@ public final class GachaRecordHandler implements HttpContextHandler {
res.send(response);
} else {
res.send("404");
res.send("No account found.");
}
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment