port 4000

This commit is contained in:
KarthiKeyanZ 2023-01-04 13:23:19 +00:00
parent 01c7506488
commit 8f5b5f3c12

View File

@ -81,7 +81,7 @@ enableProdMode();
// Express server
const app = express();
const PORT = process.env.PORT || 4001;
const PORT = process.env.PORT || 4000;
const DIST_FOLDER = join(process.cwd(), "live");
const controllers = [