- Added AsyncStorage and utility functions for future enhancements. - Commented out ServicesGrid component in HomeScreen for potential redesign. - Updated English and Russian localization files with new phrases and translations for prayer times and services.
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
export const BASE_URL = 'http://127.0.0.1:8000/';
|
|
|
|
export const CURRENCY_RATES_ENDPOINT = 'api/v1/currency-rates';
|