This commit is contained in:
Mann Patel
2025-03-23 20:16:19 -06:00
parent ee6df0f674
commit 148fe95a11
6 changed files with 11 additions and 56 deletions

View File

@@ -5,7 +5,6 @@ const pool = mysql.createPool({
host: "localhost",
user: "root",
database: "marketplace",
password: "12345678",
});
//Export a promise for promise-based query