Skip to content

Commit

Permalink
server
Browse files Browse the repository at this point in the history
  • Loading branch information
hussaino03 committed Dec 30, 2024
1 parent f248203 commit 4a114b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ app.use(express.json());

const { connectToDatabase } = require('./db');

// MongoDB connection for session store
const mongoUri = process.env.MONGODB_URI;
if (!mongoUri) {
console.error('MONGO_URI not found in environment variables');
Expand Down

0 comments on commit 4a114b4

Please sign in to comment.