updating alerts ui/ux
This commit is contained in:
@@ -7,6 +7,8 @@ const {
|
||||
getAllTransactions,
|
||||
updatePaymentStatus,
|
||||
deleteTransaction,
|
||||
getTransactionWithPagination,
|
||||
removeTransation,
|
||||
} = require("../controllers/transaction");
|
||||
const router = express.Router();
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ const pool = mysql.createPool({
|
||||
host: "localhost",
|
||||
user: "root",
|
||||
database: "Marketplace",
|
||||
password: "12345678"
|
||||
});
|
||||
|
||||
// const pool = mysql.createPool(
|
||||
|
||||
Reference in New Issue
Block a user