This commit is contained in:
Anang Yusman 2026-01-06 09:58:06 +08:00
parent 8e58a91210
commit b3e573792f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import axios from "axios";
const baseURL = "https://dev.mikulnews.com/api";
const baseURL = "https://dev.arahnegeri.com/api";
const axiosBaseInstance = axios.create({
baseURL,

View File

@ -2,7 +2,7 @@ import axios from "axios";
import { postSignIn } from "../master-user";
import Cookies from "js-cookie";
const baseURL = "https://dev.mikulnews.com/api";
const baseURL = "https://dev.arahnegeri.com/api";
const refreshToken = Cookies.get("refresh_token");