http api: fix rlp api using the wrong url (#1233)
This commit is contained in:
@@ -168,7 +168,7 @@ public class RuneLiteAPI
|
|||||||
|
|
||||||
public static HttpUrl getPlusApiBase()
|
public static HttpUrl getPlusApiBase()
|
||||||
{
|
{
|
||||||
return HttpUrl.parse(RLPLUS_BASE + "/runelite-" + getRlpVersion());
|
return HttpUrl.parse(RLPLUS_BASE + "/http-service-" + getRlpVersion());
|
||||||
}
|
}
|
||||||
|
|
||||||
public static HttpUrl getStaticBase()
|
public static HttpUrl getStaticBase()
|
||||||
|
|||||||
Reference in New Issue
Block a user