🏪 Updates port for server

This commit is contained in:
Rune Harlyk
2024-02-23 01:01:19 +01:00
parent e7788fb3a0
commit 2e1d99b1df
+1 -1
View File
@@ -5,7 +5,7 @@ import { WebSocketServer } from "ws";
const app = express();
const kinematic = new Kinematic();
const wss = new WebSocketServer({ port: 8080 });
const wss = new WebSocketServer({ port: 2096 });
app.use(cors());
app.use(express.json());