feat: update baseurl to IP

This commit is contained in:
hanif salafi 2025-05-02 15:52:23 +07:00
parent 595d09eb81
commit 4c315e46ab
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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");

View File

@ -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,

View File

@ -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,