fix: sales/purchases services.

This commit is contained in:
Ahmed Bouhuolia
2020-09-30 11:17:14 +02:00
parent 8f90b75ccd
commit 6f85e164ac
4 changed files with 8 additions and 7 deletions

View File

@@ -1,9 +1,10 @@
import express from 'express';
import { Container } from 'typedi';
import { Container, Service } from 'typedi';
import Bills from 'api/controllers/Purchases/Bills'
import BillPayments from 'api/controllers/Purchases/BillsPayments';
export default {
@Service()
export default class PurchasesController {
router() {
const router = express.Router();