change port

This commit is contained in:
monty 2019-12-17 18:15:11 +01:00
parent ab864ab8b1
commit 0afa06cec5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const simpleIcons = require('simple-icons');
const con = require('./constants');
let { port, hostname } = {
port: 3621
port: 3926
//hostname: '67.182.206.28'
};