correct production api base url to http://16.113.57.127:8080
This commit is contained in:
parent
edc3711caf
commit
b73610521c
2 changed files with 4 additions and 1 deletions
3
cypress/downloads/seller_product_template.csv
Normal file
3
cypress/downloads/seller_product_template.csv
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
Title,SKU,Category,Price,Stock,Description
|
||||||
|
Silk Banarasi Saree,SAR-BAN-101,Apparel,120.00,15,Pure handloom zardozi border
|
||||||
|
Wooden Carved Ganesha,GAN-302,Home Decor,85.00,5,Premium teak wood hand carved
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
const getApiBaseUrl = () => {
|
const getApiBaseUrl = () => {
|
||||||
if (typeof window !== 'undefined' && window.location.hostname === 'betasuppliers.tipro.in') {
|
if (typeof window !== 'undefined' && window.location.hostname === 'betasuppliers.tipro.in') {
|
||||||
return 'https://betasuppliers.tipro.in:8080';
|
return 'http://16.113.57.127:8080';
|
||||||
}
|
}
|
||||||
return 'http://localhost:8000';
|
return 'http://localhost:8000';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue