update Event

This commit is contained in:
Flam3rboy
2021-08-16 15:07:18 +02:00
parent fce6288c93
commit da81015ddd
3 changed files with 3 additions and 19 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { Config } from "../../util/dist";
const app = express();
const server = http.createServer();
const port = Number(process.env.PORT) || 8080;
const port = Number(process.env.PORT) || 3001;
const production = false;
server.on("request", app);