@@ -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
});