1 2 3 4 5
import odooApi from '@/core/api/odooApi' export const BannerApi = ({ type }) => { return async () => await odooApi('GET', `/api/v1/banner?type=${type}`) }