repair brand device: add brand sparepart in 2 step

This commit is contained in:
2025-11-17 16:01:29 +07:00
parent ff4176f8f9
commit 8176eb2bdd
8 changed files with 327 additions and 624 deletions

View File

@@ -14,7 +14,6 @@ const unit = require("./unit.route")
const UserSchedule = require("./user_schedule.route")
const historyValue = require("./history_value.route")
const contact = require("./contact.route")
const brandSparePart = require("./brand_sparepart.route")
const notification = require("./notification.route")
router.use("/auth", auth);
@@ -32,7 +31,6 @@ router.use("/unit", unit);
router.use("/user-schedule", UserSchedule)
router.use("/history", historyValue)
router.use("/contact", contact)
router.use("/brand-sparepart", brandSparePart)
router.use("/notification", notification)