This commit is contained in:
@@ -130,7 +130,7 @@ BTN.onclick = async () => {
|
||||
payload.push({name: f.name, data: b64, type: f.type || ''});
|
||||
}
|
||||
setStatus('progress', '⏳ Обработка...');
|
||||
const r = await fetch('/api/drhider', {
|
||||
const r = await fetch('https://contracts.kube5s.ru/api/drhider', {
|
||||
method:'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({files: payload})
|
||||
|
||||
Reference in New Issue
Block a user