Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilpabale committed Jun 13, 2021
1 parent ff0f8dd commit 8a6a874
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ if (process.env.NODE_ENV !== "production") {
require("dotenv").config();
}

// const PORT = process.env.PORT || 8000;
const PORT = 8000;

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

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

0 comments on commit 8a6a874

Please sign in to comment.