UNPKG

test-iki-mini-app

Version:

ứng dựng bán hàng trên mini app z a l o

10 lines (8 loc) 234 B
import { callApi } from "../api/index.jsx"; import { constants as c } from "../constants"; const allCategory = () => { return callApi(`/customer/${c.STORE_CODE}/categories`, "get"); }; export const category = { allCategory, };