mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Change port to 5000
This commit is contained in:
parent
7f9e6a274f
commit
d817b33507
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ const request = require('request');
|
|||
const path = require('path');
|
||||
|
||||
const app = express()
|
||||
const port = 3000
|
||||
const port = 5000
|
||||
|
||||
const key = 'RGAPI-9753db8a-d3fb-4dc2-bbb9-6eea76b93760';
|
||||
//var id = 65362306;
|
||||
|
|
|
|||
Loading…
Reference in a new issue