base url
This commit is contained in:
@ -9,8 +9,7 @@ const headers = {
|
|||||||
if (token) headers["Authorization"] = `Bearer ${token}`;
|
if (token) headers["Authorization"] = `Bearer ${token}`;
|
||||||
|
|
||||||
const instance = axios.create({
|
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/',
|
// baseURL: 'https://api.telkomcel.tl/tpay-stg-dash-api/',
|
||||||
headers: headers
|
headers: headers
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user