fix error
This commit is contained in:
parent
a4e8e3dcc6
commit
46e56f5e6b
|
@ -2,11 +2,7 @@
|
||||||
* Api root path
|
* Api root path
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
const API_ROOT =
|
const API_ROOT = '//127.0.0.1:8000';
|
||||||
window.location.protocol +
|
// ДЛЯ ПРОДА ПОСТАВИТЬ ЭТО: '//pairent.vvsu.ru'
|
||||||
|
|
||||||
import.meta.env.DEV ?
|
|
||||||
'//127.0.0.1:8000' :
|
|
||||||
'//pairent.vvsu.ru';
|
|
||||||
|
|
||||||
module.exports = Object.freeze({ API_ROOT });
|
module.exports = Object.freeze({ API_ROOT });
|
Loading…
Reference in New Issue