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

Commit

Permalink
Merge pull request #2228 from open-osrs/session-update
Browse files Browse the repository at this point in the history
http-api: update session URL to use our domain
  • Loading branch information
zeruth authored Jan 13, 2020
2 parents 40f952d + 9192f1e commit 63b9854
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 63b9854

Please sign in to comment.