This commit is contained in:
monty 2019-12-03 10:29:03 +01:00
parent 5afb25e0a1
commit 5a16b78951
1 changed files with 1 additions and 1 deletions

View File

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