legacy/pairent_frontend_react/src/constants.js

8 lines
195 B
JavaScript
Raw Normal View History

2023-05-05 09:55:40 +02:00
/**
* Api root path
* @type {string}
*/
2023-05-07 01:07:12 +02:00
const API_ROOT = '//127.0.0.1:8000';
// ДЛЯ ПРОДА ПОСТАВИТЬ ЭТО: '//pairent.vvsu.ru'
2023-05-05 09:55:40 +02:00
module.exports = Object.freeze({ API_ROOT });