base url
This commit is contained in:
@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user