diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-14 15:15:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-14 15:15:30 +0700 |
| commit | e3e3fe8d87130fcd1872046de0160272b6ea9763 (patch) | |
| tree | b371bb6c94f48fa60c4e22a7fb5dfd387dedd7a7 /src/api | |
| parent | ef2d3ad6759db8535c04d986f4bc43f01da6ccd8 (diff) | |
<iman> update promotion-program
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/bannerApi.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/bannerApi.js b/src/api/bannerApi.js index 8bae131d..431225a5 100644 --- a/src/api/bannerApi.js +++ b/src/api/bannerApi.js @@ -3,3 +3,6 @@ import odooApi from '@/core/api/odooApi' export const bannerApi = ({ type }) => { return async () => await odooApi('GET', `/api/v1/banner?type=${type}`) } + +// ubah ke SOLR + |
