From 9e77e5d4e501b4332f8970289a5aab9fee8e0543 Mon Sep 17 00:00:00 2001 From: Dimas Atmodjo Date: Sun, 3 Nov 2024 23:19:04 +0700 Subject: [PATCH] -u api url --- src/utils/Constant.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Constant.jsx b/src/utils/Constant.jsx index 23a8a39..9201b19 100644 --- a/src/utils/Constant.jsx +++ b/src/utils/Constant.jsx @@ -1,4 +1,4 @@ -export const API_URL = 'http://localhost:3001'; +export const API_URL = 'http://18.213.12.22:3001'; export const slugify = (text) => { if (!text) {