/** * Api root path * @type {string} */ const API_ROOT = '//127.0.0.1:8000'; // ДЛЯ ПРОДА ПОСТАВИТЬ ЭТО: '//pairent.vvsu.ru' module.exports = Object.freeze({ API_ROOT });