Fix clearn up expired code
This commit is contained in:
@@ -4,6 +4,7 @@ const pool = mysql.createPool({
|
|||||||
host: "localhost",
|
host: "localhost",
|
||||||
user: "root",
|
user: "root",
|
||||||
database: "Marketplace",
|
database: "Marketplace",
|
||||||
|
password: "12345678",
|
||||||
});
|
});
|
||||||
|
|
||||||
// const pool = mysql.createPool(
|
// const pool = mysql.createPool(
|
||||||
|
|||||||
Reference in New Issue
Block a user