6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
// Конфигурация приложения
|
|
window.APP_CONFIG = {
|
|
API_BASE: 'http://192.168.1.6'
|
|
}
|
|
|