This commit is contained in:
wayanrivan
2026-03-11 15:35:35 +07:00
parent 5bae9e56f1
commit 143c80ef52
3 changed files with 52 additions and 26 deletions

View File

@ -345,6 +345,7 @@ export class RoutePrivate {
// app.put('/api/pharmacy/factory-to-supplier/restore/:supplier_id', FactorytoSupplierController.restore)
app.get('/api/pharmacy/item-master/list', ItemMasterController.list)
app.get('/api/pharmacy/item-master/option', ItemMasterController.option)
app.get('/api/pharmacy/item-master/export', ItemMasterController.export)
app.post('/api/pharmacy/item-master/create', ItemMasterController.create)
app.put('/api/pharmacy/item-master/update/:id', ItemMasterController.update)