Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
createunique authored Mar 23, 2024
1 parent 61bbdf1 commit d5fb552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const socketIO = require('socket.io');

const express = require('express');
const { Server } = require('http');
const path = require('path');
const socketIO = require('socket.io');

const app = express();
const server = new Server(app);
Expand Down

0 comments on commit d5fb552

Please sign in to comment.