sun-pc hai 2 meses
pai
achega
6cfa33fb74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      static/index.html

+ 1 - 1
static/index.html

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