From 426a13dd1ebf4299496a9650344b56bb8a127234 Mon Sep 17 00:00:00 2001 From: anibal-alpizar Date: Mon, 20 May 2024 03:50:10 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants/http.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/http.ts b/src/constants/http.ts index b962d03..66ebe24 100644 --- a/src/constants/http.ts +++ b/src/constants/http.ts @@ -1,4 +1,4 @@ -const API_URL: string = "https://shortify.art/"; +const API_URL: string = "https://www.shortify.art/"; export const httpConstants = { API_URL,