правка конфигурации
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import {tokenUtil} from "./TokenUtil";
|
import {tokenUtil} from "./TokenUtil";
|
||||||
|
|
||||||
const host = "localhost:8080"; //дебаг вместе с беком
|
// const host = "localhost:8080"; //дебаг вместе с беком
|
||||||
// const host = "192.168.1.100:8091"; //дебаг фронта
|
// const host = "192.168.1.100:8091"; //дебаг фронта
|
||||||
// const host = "bar.kayashov.keenetic.pro"; //прод
|
const host = "bar.kayashov.keenetic.pro"; //прод
|
||||||
export const api = () => {
|
export const api = () => {
|
||||||
const result = axios;
|
const result = axios;
|
||||||
result.defaults.baseURL = `${window.location.protocol}//${host}/`;
|
result.defaults.baseURL = `${window.location.protocol}//${host}/`;
|
||||||
|
|||||||
Reference in New Issue
Block a user