package-lock

This commit is contained in:
unknown
2025-01-31 20:27:24 +07:00
parent 62162ff8e0
commit 592de0a73e
3 changed files with 2 additions and 90 deletions

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://api.telkomcel.tl/tpay-stg-dash-api/',
baseURL: `https://tpay.shiblysolution.id/dashboard/`,
headers: headers
})