Untitled

 avatar
unknown
plain_text
9 months ago
212 B
6
Indexable
BrandRoutes.get(
  '/allBrandNames',
  checkPermission('cars', 'vehicles', 'getAllVehicles'),
  brandController.getAllBrandNames,
);

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

Editor is loading...
Leave a Comment