fix: DrHider via VM — v1.0/v1.0.193
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-06-29 17:32:45 +04:00
parent 11d1398bad
commit a075d7f820
2 changed files with 12 additions and 35 deletions
+1 -1
View File
@@ -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})