Обновить index.html
This commit is contained in:
@@ -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",
|
"https://docker.mvk.lpr:4000/auth/login",
|
||||||
{
|
{
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: { "Content-Type": "application/json" },
|
headers: { "Content-Type": "application/json" },
|
||||||
|
|||||||
Reference in New Issue
Block a user