getCategory update

This commit is contained in:
Mann Patel
2025-04-18 22:09:04 -06:00
parent fd43001374
commit dee6e3ce10
5 changed files with 40 additions and 2 deletions

View File

@@ -6,4 +6,8 @@ const pool = mysql.createPool({
database: "Marketplace",
});
// const pool = mysql.createPool(
// "singlestore://mann-619d0:<mann-619d0 Password>@svc-3482219c-a389-4079-b18b-d50662524e8a-shared-dml.aws-virginia-6.svc.singlestore.com:3333/db_mann_48ba9?ssl={}",
// );
module.exports = pool.promise();