feat: Enhance customer and inventory components with new features and improvements
This commit is contained in:
@@ -4,4 +4,5 @@ export const POS_API_ROUTES = {
|
||||
info: () => `${baseUrl}`,
|
||||
stock: () => `${baseUrl}/stock`,
|
||||
productCategories: () => `${baseUrl}/product-categories`,
|
||||
submitOrder: () => `${baseUrl}/orders/create`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user