diff --git a/frontend/src/components/Navigation.tsx b/frontend/src/components/Navigation.tsx index 9338c3f..8dffb50 100644 --- a/frontend/src/components/Navigation.tsx +++ b/frontend/src/components/Navigation.tsx @@ -24,7 +24,7 @@ export default function Navigation() { return; } - const response = await fetch("/api/v1/auth/session", { + const response = await fetch("/api/v1/session", { headers: { Authorization: `Bearer ${token}`, },