Merge pull request 'frontend-login-mvk-dev' (#1) from frontend-login-mvk-dev into main
Reviewed-on: #1
This commit was merged in pull request #1.
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",
|
"http://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