mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: listing vendors and customers.
feat: items service events.
This commit is contained in:
@@ -22,8 +22,10 @@ export default class SubscriptionController {
|
||||
router.use(AttachCurrentTenantUser);
|
||||
router.use(TenancyMiddleware);
|
||||
|
||||
router.use('/license', Container.get(PaymentViaLicenseController).router());
|
||||
|
||||
router.use(
|
||||
'/license',
|
||||
Container.get(PaymentViaLicenseController).router()
|
||||
);
|
||||
router.get('/',
|
||||
asyncMiddleware(this.getSubscriptions.bind(this))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user