feat: remove www humas
This commit is contained in:
parent
40f94a9364
commit
8b1c2f9bac
|
|
@ -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://www.humas.polri.go.id/api";
|
const baseURL = "https://humas.polri.go.id/api";
|
||||||
|
|
||||||
const axiosInterceptorInstance = axios.create({
|
const axiosInterceptorInstance = axios.create({
|
||||||
baseURL,
|
baseURL,
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import { postSignIn } from "../master-user";
|
||||||
import Cookies from "js-cookie";
|
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 baseURL = "https://humas.polri.go.id/api";
|
||||||
|
|
||||||
const refreshToken = Cookies.get("refresh_token");
|
const refreshToken = Cookies.get("refresh_token");
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
|
|
||||||
const baseURL = "https://www.humas.polri.go.id/api";
|
const baseURL = "https://humas.polri.go.id/api";
|
||||||
// const baseURL = "http://10.200.202.141:8802";
|
// const baseURL = "http://10.200.202.141:8802";
|
||||||
|
|
||||||
const axiosBaseInstance = axios.create({
|
const axiosBaseInstance = axios.create({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue