Skip to content

Commit

Permalink
corrected port
Browse files Browse the repository at this point in the history
  • Loading branch information
PreciousIfeaka committed Jun 12, 2024
1 parent 245f643 commit 79de9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const app = require('./app');
const http = require('http');
const PORT = process.env.PORT || 5001;
const PORT = process.env.PORT || 8080;

const server = http.createServer(app);

Expand Down

0 comments on commit 79de9c4

Please sign in to comment.