From 3e57b870f5f7e5f697538110ea2b1a981e97a44e Mon Sep 17 00:00:00 2001 From: Chavee Issariyapat Date: Mon, 6 Mar 2017 21:24:38 +0700 Subject: [PATCH] Update microgear.js --- microgear.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microgear.js b/microgear.js index fad85e4..93e6704 100644 --- a/microgear.js +++ b/microgear.js @@ -22,7 +22,7 @@ * If you want to disable TLS, set USETLS to false */ const VERSION = '1.1.4'; -const GEARAPIADDRESS = 'ga.netpie.io'; +const GEARAPIADDRESS = 'pct.netpie.io'; const GEARAPIPORT = '8080'; const GEARAPISECUREPORT = '8081'; const GBWSPORT = '8083';