Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
http-api: update session URL to use our domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Therealnull committed Jan 13, 2020
1 parent 40f952d commit 9192f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class RuneLiteAPI
private static final String STATICBASE = "https://static.runelite.net";

private static final String OPENOSRS_BASE = /*"https://api.openosrs.com*/ "https://api.runelitepl.us";
private static final String OPENOSRS_SESSION = "http://198.245.49.61:8080/session";
private static final String OPENOSRS_SESSION = "http://www.openosrs.dev/session";
private static final String MAVEN_METADATA = "http://repo.runelite.net/net/runelite/runelite-parent/maven-metadata.xml";

private static final Properties properties = new Properties();
Expand Down

0 comments on commit 9192f1e

Please sign in to comment.