From a44c121c43a78489e3ca7dd3e205db8adef9e6cb Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Sat, 13 Jun 2026 12:46:19 +0200 Subject: [PATCH] Trigger backend rebuild --- backend/src/db.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/db.js b/backend/src/db.js index 6a0b81d..00a71df 100644 --- a/backend/src/db.js +++ b/backend/src/db.js @@ -1,5 +1,6 @@ const mongoose = require("mongoose"); +// Test const connectDB = async () => { try { await mongoose.connect(process.env.DB_URI); @@ -11,4 +12,4 @@ const connectDB = async () => { } }; -module.exports = connectDB; \ No newline at end of file +module.exports = connectDB;