summaryrefslogtreecommitdiff
path: root/src/api/bannerApi.js
blob: 431225a5d7f38bb0e0561edbdda3a38add402354 (plain)
1
2
3
4
5
6
7
8
import odooApi from '@/core/api/odooApi'

export const bannerApi = ({ type }) => {
  return async () => await odooApi('GET', `/api/v1/banner?type=${type}`)
}

// ubah ke SOLR