Podpora vývoje na Windows

This commit is contained in:
2023-06-13 21:12:21 +02:00
parent 783340bf06
commit 1a53bacfce
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ export const getBaseUrl = (): string => {
if (process.env.PUBLIC_URL) {
return process.env.PUBLIC_URL;
}
return 'http://localhost:3001';
return 'http://127.0.0.1:3001';
}
const LOGIN_KEY = "login";