From 95eb4e098ee61fb6f1d6c9e5f779a2c7f0894153 Mon Sep 17 00:00:00 2001 From: rulifarel <160815275+rulifarel@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:10:02 +0700 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b471157..e74980b 100644 --- a/app.js +++ b/app.js @@ -7,7 +7,7 @@ async function run() { // a valid username and password! Note that in a production environment, // you do not want to store your password in plain-text here. const uri = - "mongodb+srv://:@?retryWrites=true&w=majority"; + "mongodb+srv://:@?retryWrites=true&w=majority"; // The MongoClient is the object that references the connection to our // datastore (Atlas, for example)