fix:base url services
This commit is contained in:
parent
9befccf503
commit
2e66f27c12
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue