Compare commits

..

3 Commits

Author SHA1 Message Date
757839eba6 Merge pull request 'frontend-login-mvk-dev' (#1) from frontend-login-mvk-dev into main
Reviewed-on: #1
2026-05-08 06:49:20 +00:00
f54eb04a2e Обновить index.html 2026-05-08 06:44:48 +00:00
d282175209 Обновить index.html 2026-05-08 06:20:57 +00:00

View File

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