#2 update
All checks were successful
Deploy / server (push) Successful in 26s

This commit is contained in:
Никита Круглицкий 2025-10-01 20:48:52 +06:00
parent 7066d89440
commit b6f9b60dea

View File

@ -10,6 +10,7 @@ app.use(cors());
const server = http.createServer(app);
const io = new Server(server, {
path: '/chad/ws',
cors: {
origin: '*'
}