mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2026-01-25 16:14:06 +00:00
bleh, and spotify redirect uri
https://developer.spotify.com/blog/2025-02-12-increasing-the-security-requirements-for-integrating-with-spotify
This commit is contained in:
@@ -8,6 +8,7 @@ import PageNotFound from "../pages/PageNotFound";
|
||||
import Graph from "../pages/Graph";
|
||||
import Login from "../pages/Login";
|
||||
import Logout from "../pages/Logout";
|
||||
import HowToUse from "../pages/HowToUse";
|
||||
|
||||
const AllRoutes = () => {
|
||||
return (
|
||||
@@ -26,6 +27,7 @@ const AllRoutes = () => {
|
||||
|
||||
{/* Common routes */}
|
||||
<Route path="/" element={<Landing />} />
|
||||
<Route path="/how-to" element={<HowToUse />} />
|
||||
|
||||
{/* 404 */}
|
||||
<Route path="/page-not-found" element={<PageNotFound />} />
|
||||
|
||||
Reference in New Issue
Block a user