feat: update baseurl to IP
This commit is contained in:
parent
595d09eb81
commit
4c315e46ab
|
|
@ -133,7 +133,7 @@ export default function AddsCarousel() {
|
|||
// ) : (
|
||||
// <video
|
||||
// ref={videoRef}
|
||||
// src="https://new-humas.polri.go.id/api/advertisement/viewer/inisiatif-jumat-berkah-oleh-polres-simalungun-kapolsek-tanah-jawa-bagikan-sembako-untuk-warga-kurang-mampu-49_265348.mp4"
|
||||
// src="http://10.200.202.141:8802/advertisement/viewer/inisiatif-jumat-berkah-oleh-polres-simalungun-kapolsek-tanah-jawa-bagikan-sembako-untuk-warga-kurang-mampu-49_265348.mp4"
|
||||
// />
|
||||
// )
|
||||
<Image
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import axios from "axios";
|
|||
import { postSignIn } from "../master-user";
|
||||
import Cookies from "js-cookie";
|
||||
|
||||
const baseURL = "https://new-humas.polri.go.id/api";
|
||||
const baseURL = "http://10.200.202.141:8802";
|
||||
|
||||
const refreshToken = Cookies.get("refresh_token");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import axios from "axios";
|
||||
|
||||
const baseURL = "https://new-humas.polri.go.id/api";
|
||||
const baseURL = "http://10.200.202.141:8802";
|
||||
|
||||
const axiosBaseInstance = axios.create({
|
||||
baseURL,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import axios from "axios";
|
||||
|
||||
const baseURL = "https://new-humas.polri.go.id/api";
|
||||
const baseURL = "http://10.200.202.141:8802";
|
||||
|
||||
const axiosInterceptorInstance = axios.create({
|
||||
baseURL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue