Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
PORT Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
heinzef committed Mar 23, 2020
1 parent 47d1847 commit 4ffa5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const jwt_secret = "jwt_secret";

const apiRoute = require("./routes/index");

const port = process.env.port || 3000;
const port = process.env.PORT || 3000;


app.use(cookieParser());
Expand Down

0 comments on commit 4ffa5f6

Please sign in to comment.