jokyo3 commited on
Commit
629923a
·
verified ·
1 Parent(s): 12cc265

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -22,7 +22,7 @@ const server = http.createServer((req, res) => {
22
  formData.append('file', file, file.name);
23
 
24
  // 使用提供的API地址和方法上传文件
25
- fetch('https://imghost.wook.eu.org/upload', {
26
  method: 'POST',
27
  body: formData,
28
  })
 
22
  formData.append('file', file, file.name);
23
 
24
  // 使用提供的API地址和方法上传文件
25
+ fetch('https://testupimg.sokwith.workers.dev/upload', {
26
  method: 'POST',
27
  body: formData,
28
  })