change baseurl
This commit is contained in:
parent
4b873306e3
commit
72ced4be3e
|
@ -1,11 +1,11 @@
|
|||
import axios from "axios";
|
||||
|
||||
export const axiosConfigWithoutToken = axios.create({
|
||||
baseURL: "https://localhost:7087/api",
|
||||
baseURL: "https://monitor.innov.energy:5000/api",
|
||||
});
|
||||
|
||||
const axiosConfig = axios.create({
|
||||
baseURL: "https://localhost:7087/api",
|
||||
baseURL: "https://monitor.innov.energy:5000/api",
|
||||
});
|
||||
axiosConfig.defaults.params = {};
|
||||
axiosConfig.interceptors.request.use(
|
||||
|
|
Loading…
Reference in New Issue