Skip to content

Commit

Permalink
Uncomment one line
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288543 committed Apr 8, 2024
1 parent 9108ae4 commit 5adda08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multiplayer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const apiEndpoint = process.env.GATEWAY_SERVICE_ENDPOINT || 'http://localhost:80

// Middlewares added to the application
app.use(express.json());
app.use(cors());

const gameRooms = {};
const gameResults = {};
Expand Down

0 comments on commit 5adda08

Please sign in to comment.