mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 05:14:15 +00:00
update Event
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user