From e2afaf5c7d0294d1c5bc325c57befdca0e6a504b Mon Sep 17 00:00:00 2001 From: Dimas Atmodjo Date: Mon, 16 Dec 2024 00:45:07 +0700 Subject: [PATCH] update constant to production --- src/utils/Constant.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/utils/Constant.jsx b/src/utils/Constant.jsx index 82c9f31..7642b15 100644 --- a/src/utils/Constant.jsx +++ b/src/utils/Constant.jsx @@ -1,6 +1,5 @@ -/* eslint-disable no-useless-escape */ -export const API_URL = 'https://z30xrgl5-3001.asse.devtunnels.ms/api' -export const MEDIA_URL = 'https://z30xrgl5-3001.asse.devtunnels.ms/api/uploads' +export const API_URL = 'http://54.173.167.62/api'; +export const MEDIA_URL = 'http://54.173.167.62/api/uploads'; export let headerSection = 'section' export let headerTopic = 'topic'