fix:service base url
This commit is contained in:
parent
2e66f27c12
commit
a474aa0b7c
|
|
@ -1,6 +1,7 @@
|
|||
import axios from "axios";
|
||||
|
||||
const baseURL = "http://10.200.202.141:8802";
|
||||
// const baseURL = "http://10.200.202.141:8802";
|
||||
const baseURL = "https://www.humas.polri.go.id/api";
|
||||
|
||||
const axiosInterceptorInstance = axios.create({
|
||||
baseURL,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@ import axios from "axios";
|
|||
import { postSignIn } from "../master-user";
|
||||
import Cookies from "js-cookie";
|
||||
|
||||
const baseURL = "http://10.200.202.141:8802";
|
||||
// const baseURL = "http://10.200.202.141:8802";
|
||||
const baseURL = "https://www.humas.polri.go.id/api";
|
||||
|
||||
const refreshToken = Cookies.get("refresh_token");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue