From 06302b7436ee5d79ace2442082470f0d1de606a2 Mon Sep 17 00:00:00 2001 From: Prateek Tewari <105808785+Tewari-Prateek@users.noreply.github.com> Date: Sun, 19 Jun 2022 18:54:55 +0530 Subject: [PATCH] Update ContactsAPI.js The API doesn't fetches data. Please look into it. --- src/utils/ContactsAPI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ContactsAPI.js b/src/utils/ContactsAPI.js index 7913e5b..f8e9ce4 100644 --- a/src/utils/ContactsAPI.js +++ b/src/utils/ContactsAPI.js @@ -1,4 +1,4 @@ -const api = process.env.REACT_APP_CONTACTS_API_URL || 'http://reactnd-contacts-complete-dev.us-east-1.elasticbeanstalk.com' +const api = process.env.REACT_APP_CONTACTS_API_URL || 'http://reactnd-contacts-complete-dev.us-east-1.elasticbeanstalk.com' -- Not working let token = localStorage.token