sun-pc 2 months ago
parent
commit
6cfa33fb74
1 changed files with 1 additions and 1 deletions
  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
                 });