Skip to content

Commit 6e1913a

Browse files
Add documentation on 404 error page. (#2463)
* Update HttpServer.java * Update HttpServer.java --------- Co-authored-by: Magix <[email protected]>
1 parent 9e17e4a commit 6e1913a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/emu/grasscutter/server/http/HttpServer.java

+2
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ public void applyRoutes(Javalin javalin) {
218218
219219
<body>
220220
<img src="https://http.cat/404" />
221+
<h1>Grasscutter cannot find the route you're trying to access.</h1>
222+
<p>Your proxy is active, so if you're trying to download something close the game/stop the proxy.</p>
221223
</body>
222224
</html>
223225
""");

0 commit comments

Comments
 (0)