🏪 Updates port for server
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import { WebSocketServer } from "ws";
|
|||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
const kinematic = new Kinematic();
|
const kinematic = new Kinematic();
|
||||||
const wss = new WebSocketServer({ port: 8080 });
|
const wss = new WebSocketServer({ port: 2096 });
|
||||||
|
|
||||||
app.use(cors());
|
app.use(cors());
|
||||||
app.use(express.json());
|
app.use(express.json());
|
||||||
|
|||||||
Reference in New Issue
Block a user