feat: update API

This commit is contained in:
hanif salafi 2024-11-07 13:28:24 +07:00
parent 58d475bc98
commit fb92cfeff2
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import axios from "axios";
const baseURL = "http://103.82.242.92:8802";
const baseURL = "https://38.47.180.165:8802";
const axiosBaseInstance = axios.create({
baseURL,

View File

@ -1,6 +1,6 @@
import axios from "axios";
const baseURL = "http://103.82.242.92:8888";
const baseURL = "http://38.47.180.165:8802";
const axiosBaseInstance = axios.create({
baseURL,

View File

@ -1,7 +1,7 @@
import axios from "axios";
import Cookies from "js-cookie";
const baseURL = "http://103.82.242.92:8800";
const baseURL = "http://38.47.180.165:8802";
const refreshToken = Cookies.get("refresh_token");