This commit is contained in:
parent
7066d89440
commit
b6f9b60dea
@ -10,6 +10,7 @@ app.use(cors());
|
||||
|
||||
const server = http.createServer(app);
|
||||
const io = new Server(server, {
|
||||
path: '/chad/ws',
|
||||
cors: {
|
||||
origin: '*'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user