switch port

This commit is contained in:
Lio 2020-09-06 22:53:15 +02:00
parent bd1dc6ca8d
commit 3d8578ee82

View file

@ -7,7 +7,7 @@ const morgan = require("morgan");
const chalk = require("chalk"); const chalk = require("chalk");
const hbs = require("express-handlebars"); const hbs = require("express-handlebars");
let { port, hostname } = { let { port, hostname } = {
port: 50269 port: 48114
}; };
const con = require("./constants"); const con = require("./constants");