diff --git a/index.cfm b/index.cfm
index 5791e9d..424b1d6 100644
--- a/index.cfm
+++ b/index.cfm
@@ -75,7 +75,7 @@

-
Сверка договоров — LLM AI-driven Event Sourcing v1.0.118 — Lucee
+
Сверка договоров — LLM AI-driven Event Sourcing v1.0.119 — Lucee
@@ -176,6 +176,7 @@ lucide.createIcons();
var UPLOAD_URL = 'https://contracts.kube5s.ru/lucee/upload.cfm';
var CONVERT_URL = 'https://contracts.kube5s.ru/convert-doc';
+var UNZIP_URL = 'https://contracts.kube5s.ru/unzip-upload';
var SITE_URL = ''; // same origin for api calls
var fileInput = document.getElementById('fileInput');
@@ -258,7 +259,7 @@ fileInput.addEventListener('change', async function() {
renderTable();
try {
- var zipResp = await fetch('/unzip-upload', {
+ var zipResp = await fetch(UNZIP_URL, {
method: 'POST',
body: f,
headers: {'Content-Type': 'application/zip'}