fix:base url services

This commit is contained in:
Rama Priyanto 2025-05-17 22:17:34 +07:00
parent 9befccf503
commit 2e66f27c12
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import axios from "axios";
const baseURL = "http://10.200.202.141:8802";
const baseURL = "https://www.humas.polri.go.id/api";
// const baseURL = "http://10.200.202.141:8802";
const axiosBaseInstance = axios.create({
baseURL,