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