Skip to content

Commit

Permalink
Merge pull request #28 from bperard/dev-user-handlers
Browse files Browse the repository at this point in the history
UPDATE deploy
  • Loading branch information
bperard authored Nov 12, 2023
2 parents 5a5eee5 + e51b4b8 commit 709d20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { Server } = require('socket.io');

const registerUserHandlers = require('./handlers/userHandlers');

const PORT = PORT || 3000;
const PORT = 3000;
const httpServer = createServer();
const server = new Server(httpServer, {
cors: {
Expand Down

0 comments on commit 709d20b

Please sign in to comment.