Skip to content

Commit

Permalink
buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
CrestNiraj12 committed Aug 14, 2020
1 parent 24a20e7 commit 59743de
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 @@ -12,7 +12,7 @@ require("dotenv").config({
});

const app = express();
const port = process.env.PORT || 6000;
const port = process.env.PORT || 5000;

const postsRouter = require("./backend/routes/posts");
const usersRouter = require("./backend/routes/users");
Expand Down

0 comments on commit 59743de

Please sign in to comment.