Обновить index.html

This commit is contained in:
2026-05-08 06:20:57 +00:00
parent 24adc04b8f
commit d282175209

View File

@@ -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" },