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