From 291d37265f5336d28b9dff1c2ea0c44416e6c6ac Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 1 Feb 2025 15:18:55 +0700 Subject: [PATCH] base url --- src/config/axios.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/axios.js b/src/config/axios.js index da35cb7..0c450b2 100644 --- a/src/config/axios.js +++ b/src/config/axios.js @@ -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 })