Untitled
unknown
plain_text
a year ago
212 B
11
Indexable
BrandRoutes.get(
'/allBrandNames',
checkPermission('cars', 'vehicles', 'getAllVehicles'),
brandController.getAllBrandNames,
);
BrandRoutes.get('/uniqueBrand/:id', brandController.getUniqueBrand);
Editor is loading...
Leave a Comment