This commit is contained in:
unknown
2025-02-01 15:18:55 +07:00
parent e79dd1e6f9
commit 291d37265f

View File

@ -9,8 +9,7 @@ const headers = {
if (token) headers["Authorization"] = `Bearer ${token}`;
const instance = axios.create({
baseURL: `http://127.0.0.1:4003`,
// baseURL: `https://tpay.shiblysolution.id/dashboard/`,
baseURL: `https://tpay.shiblysolution.id/dashboard/`,
// baseURL: 'https://api.telkomcel.tl/tpay-stg-dash-api/',
headers: headers
})