7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
|
|
// const baseUrl = '/api/v1/product-categories';
|
||
|
|
|
||
|
|
// export const PRODUCT_CATEGORIES_API_ROUTES = {
|
||
|
|
// list: () => `${baseUrl}`,
|
||
|
|
// single: (categoryId: string) => `${baseUrl}/${categoryId}`,
|
||
|
|
// };
|