sun-pc 2 tháng trước cách đây
mục cha
commit
6cfa33fb74
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      static/index.html

+ 1 - 1
static/index.html

@@ -115,7 +115,7 @@
             formData.append('file', file);
 
             try {
-                const response = await fetch('/convert', {
+                const response = await fetch('https://www.infish.cn/sku3d/v1/eps2svg/convert', {
                     method: 'POST',
                     body: formData
                 });