From 9f9ce2f7ffba2545fa2acfe17e72e95decbbb82a Mon Sep 17 00:00:00 2001 From: Alejandro Baltra Date: Wed, 8 Mar 2017 17:27:29 -0300 Subject: [PATCH] updated host and port --- lib/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.js b/lib/utils.js index 55180ee..2df05d9 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -1,8 +1,8 @@ const http = require('http'); const qs = require('querystring'); -const hostname = 'localhost'; -const port = 5000; +const hostname = 'api.champion.gg'; +const port = 80; function request(route, key, query, cb) { if (!key) throw 'API Key Required';