summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-12-31 08:59:16 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-12-31 08:59:16 +0700
commit83efe737651dbfffc602a4a276be715433d82361 (patch)
treed8426d75f885bc45e40a7eb67458f2ff4315c296
parentb633109758addb1b52a278f7e7484737cc64b6f3 (diff)
<iman> update
-rw-r--r--src/lib/form/components/Merchant.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/form/components/Merchant.jsx b/src/lib/form/components/Merchant.jsx
index 51239267..17bc168d 100644
--- a/src/lib/form/components/Merchant.jsx
+++ b/src/lib/form/components/Merchant.jsx
@@ -81,7 +81,7 @@ const CreateMerchant = () => {
const get = await odooApi('GET', '/api/v1/banner?type=banner-form-merchant');
// setBannerMerchant(get[0].image);
setBannerMerchant(
- 'http://192.168.23.244:8069/api/image/x_banner.banner/x_banner_image/485'
+ 'https://erp.indoteknik.com/api/image/x_banner.banner/x_banner_image/431'
);
};
getBanner();