http api: fix rlp api using the wrong url (#1233)

This commit is contained in:
ThatGamerBlue
2019-08-02 12:46:47 +01:00
committed by Kyleeld
parent e2b7d1b9e0
commit 5bcd704bab

View File

@@ -168,7 +168,7 @@ public class RuneLiteAPI
public static HttpUrl getPlusApiBase()
{
return HttpUrl.parse(RLPLUS_BASE + "/runelite-" + getRlpVersion());
return HttpUrl.parse(RLPLUS_BASE + "/http-service-" + getRlpVersion());
}
public static HttpUrl getStaticBase()