From e157ae44145187374c0faf380b96d68e037249fb Mon Sep 17 00:00:00 2001 From: Kaushik Narayan R Date: Thu, 13 Feb 2025 10:47:54 -0700 Subject: [PATCH] bleh, and spotify redirect uri https://developer.spotify.com/blog/2025-02-12-increasing-the-security-requirements-for-integrating-with-spotify --- .env.development | 2 +- src/components/Navbar/index.tsx | 1 + src/pages/HowToUse/index.tsx | 11 +++++++++++ src/pages/Login/index.tsx | 2 +- src/routes/AllRoutes.tsx | 2 ++ 5 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 src/pages/HowToUse/index.tsx diff --git a/.env.development b/.env.development index 1169ce8..54711e2 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -REACT_APP_API_BASE_URL = "http://localhost:9001" +REACT_APP_API_BASE_URL = "http://127.0.0.1:9001" diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 0199a75..32d6d91 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -12,6 +12,7 @@ const Navbar = () => {