From 107a85e06bf0e8178b9a6428b994318e223038e1 Mon Sep 17 00:00:00 2001
From: Johann Ruiz <johannruiz176@vt.edu>
Date: Mon, 5 Aug 2024 01:35:19 +0000
Subject: [PATCH] Update utils.ts

---
 src/utils.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils.ts b/src/utils.ts
index 1e23808..d55d259 100644
--- a/src/utils.ts
+++ b/src/utils.ts
@@ -1,5 +1,5 @@
-// export const baseUrl = 'https://vtrc-backend.discovery.cs.vt.edu/api'
-export const baseUrl = 'http://localhost:8080/api'
+export const baseUrl = 'https://vtrc-backend.discovery.cs.vt.edu/api'
+//export const baseUrl = 'http://localhost:8080/api'
 
 export const loginAPI = `${baseUrl}/login`;
 export const signUpAPI = `${baseUrl}/signup`;
-- 
GitLab