Finish admin dashboard and update sql code
This commit is contained in:
@@ -4,6 +4,7 @@ const pool = mysql.createPool({
|
||||
host: "localhost",
|
||||
user: "root",
|
||||
database: "Marketplace",
|
||||
password: "12345678",
|
||||
});
|
||||
|
||||
module.exports = pool.promise();
|
||||
|
||||
Reference in New Issue
Block a user