Skip to content

Commit

Permalink
Update Server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nturukunga committed May 10, 2024
1 parent 9a6f7ee commit fd5405c
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
Expand Up @@ -117,7 +117,7 @@ const jwt = require('jsonwebtoken');
const cookieParser = require('cookie-parser');

const app = express();
const PORT = process.env.PORT || 3000;
const PORT = process.env.PORT || 5500;

// Middleware
app.use(express.json());
Expand Down

0 comments on commit fd5405c

Please sign in to comment.