Podpora vývoje na Windows
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user