diff --git a/index.html b/index.html index bdb3473..7ced835 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@ try { // 1. Делаем реальный запрос к вашему API Gateway const response = await fetch( - "https://api.dev.lendry.ru/auth/login", + "https://docker.mvk.lpr:4000/auth/login", { method: "POST", headers: { "Content-Type": "application/json" },