mirror of
https://github.com/BlueSkyXN/WorkerJS_CloudFlare_ImageBed.git
synced 2024-11-16 11:42:33 +08:00
20240326-1349-debug
This commit is contained in:
parent
b814e54e1a
commit
cac61af086
|
@ -56,6 +56,7 @@
|
|||
|
||||
// 使用用户输入的 API 域名和选择的接口构造完整的 URL
|
||||
const apiUrl = `${apiUrlInput.value}/upload/${apiSelect.value}`;
|
||||
console.log('API URL:', apiUrl);
|
||||
|
||||
fetch(apiUrl, {
|
||||
method: 'POST',
|
||||
|
|
Loading…
Reference in New Issue
Block a user