feat(frontend): Экран авторизации
This commit is contained in:
7
apps/frontend/config/api.ts
Normal file
7
apps/frontend/config/api.ts
Normal file
@ -0,0 +1,7 @@
|
||||
// Конфигурация API
|
||||
export const API_BASE_URL = __DEV__
|
||||
? 'http://localhost:3000'
|
||||
: process.env.EXPO_PUBLIC_API_URL || 'http://localhost:3000';
|
||||
|
||||
export const AUTH_BASE_URL = `${API_BASE_URL}/auth/api`;
|
||||
|
||||
Reference in New Issue
Block a user