package-lock

This commit is contained in:
unknown
2025-02-01 00:42:34 +07:00
parent 592de0a73e
commit e79dd1e6f9
3 changed files with 93 additions and 1 deletions

View File

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