Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from solomidnet/new-api
Browse files Browse the repository at this point in the history
updated host and port
  • Loading branch information
abaltra authored Mar 8, 2017
2 parents 0bd3075 + 9f9ce2f commit c1c62b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit c1c62b6

Please sign in to comment.