Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
taugk committed Dec 2, 2023
1 parent 7ff28c1 commit 7473239
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 @@ -11,7 +11,7 @@ const CategoriesRoutes = require("./routes/categoryRoutes");

const app = express();
const port = process.env.PORT;
const sessionSecret = process.env.SESSION_SECRET;
const sessionSecret = process.env.SECRET_KEY;

sequelize
.sync()
Expand Down

0 comments on commit 7473239

Please sign in to comment.