fix:kontenhumas api-bridge
This commit is contained in:
parent
69877617f5
commit
c55ed8038a
|
|
@ -1,7 +1,7 @@
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
|
|
||||||
// const baseURL = "http://10.200.202.141:8802";
|
// const baseURL = "http://10.200.202.141:8802";
|
||||||
const baseURL = "https://kontenhumas.com/api";
|
const baseURL = "https://kontenhumas.com/api-bridge";
|
||||||
|
|
||||||
const axiosInterceptorInstanceHumas = axios.create({
|
const axiosInterceptorInstanceHumas = axios.create({
|
||||||
baseURL,
|
baseURL,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue