Untitled

 avatar
unknown
plain_text
2 years ago
212 B
12
Indexable
BrandRoutes.get(
  '/allBrandNames',
  checkPermission('cars', 'vehicles', 'getAllVehicles'),
  brandController.getAllBrandNames,
);

BrandRoutes.get('/uniqueBrand/:id', brandController.getUniqueBrand);

Editor is loading...
Leave a Comment