repair brand device: add brand sparepart in 2 step
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user