diff --git a/cypress/downloads/seller_product_template.csv b/cypress/downloads/seller_product_template.csv new file mode 100644 index 0000000..6ade7ad --- /dev/null +++ b/cypress/downloads/seller_product_template.csv @@ -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 \ No newline at end of file diff --git a/src/config.ts b/src/config.ts index 761e00b..20b7045 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,6 +1,6 @@ const getApiBaseUrl = () => { 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'; };