diff --git a/services/http-config/konten-humas-base-service.ts b/services/http-config/konten-humas-base-service.ts index 8aa0079..bc6fe5f 100644 --- a/services/http-config/konten-humas-base-service.ts +++ b/services/http-config/konten-humas-base-service.ts @@ -1,7 +1,7 @@ import axios from "axios"; // const baseURL = "http://10.200.202.141:8802"; -const baseURL = "https://kontenhumas.com/api"; +const baseURL = "https://kontenhumas.com/api-bridge"; const axiosInterceptorInstanceHumas = axios.create({ baseURL,