legacy/pairent_frontend_react/src/constants.js

8 lines
220 B
JavaScript
Raw Normal View History

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