From f5a41a31153a61d7486708076162f05478ef2baf Mon Sep 17 00:00:00 2001 From: Benjamin C Date: Thu, 16 Aug 2018 11:59:23 +0200 Subject: [PATCH] Updated API url It's undocumented, but the API main domain has changed... --- src/request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request.ts b/src/request.ts index a56f4cf..34e926c 100644 --- a/src/request.ts +++ b/src/request.ts @@ -1,6 +1,6 @@ import * as request from "request-promise-native"; -const root = "https://api.dc01.gamelockerapp.com/shards/global"; +const root = "https://api.developer.battlerite.com/shards/global"; export interface IAPIRequestParams { [key: string]: any;