Voucher given to user

I am going to fix all design now
This commit is contained in:
ZacTohZY
2024-08-12 00:57:20 +08:00
parent 672eca530b
commit fbedd28d3b
13 changed files with 433 additions and 37 deletions

View File

@@ -46,6 +46,9 @@ app.use("/vouchers", vouchers);
const feedback = require("./routes/feedback.js");
app.use("/feedback", feedback)
const uservoucher = require("./routes/uservoucher.js");
app.use("/user-vouchers", uservoucher);
db.sequelize
.sync({ alter: true })
.then(() => {