Skip to content

Commit

Permalink
Add documentation on 404 error page. (#2463)
Browse files Browse the repository at this point in the history
* Update HttpServer.java

* Update HttpServer.java

---------

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
  • Loading branch information
root-mega and KingRainbow44 committed Jan 19, 2024
1 parent 9e17e4a commit 6e1913a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/emu/grasscutter/server/http/HttpServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ public void applyRoutes(Javalin javalin) {
<body>
<img src="https://http.cat/404" />
<h1>Grasscutter cannot find the route you're trying to access.</h1>
<p>Your proxy is active, so if you're trying to download something close the game/stop the proxy.</p>
</body>
</html>
""");
Expand Down

0 comments on commit 6e1913a

Please sign in to comment.