Skip to content

Commit

Permalink
heroku config
Browse files Browse the repository at this point in the history
  • Loading branch information
abutler911 committed Oct 18, 2023
1 parent 61a0871 commit adfd324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const loginRoutes = require("./routes/loginRoutes");
const affirmationRoutes = require("./routes/affirmationRoutes");

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

// Initialize Passport config
require("./config/passport-config")(passport);
Expand Down

0 comments on commit adfd324

Please sign in to comment.