sun-pc 2 月之前
父节点
当前提交
6cfa33fb74
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
                 });