Compare commits
3 Commits
24adc04b8f
...
757839eba6
| Author | SHA1 | Date | |
|---|---|---|---|
| 757839eba6 | |||
| f54eb04a2e | |||
| d282175209 |
@@ -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