fix: path to handler #11

Merged
d3m0k1d merged 2 commits from develop into master 2026-02-14 20:42:42 +00:00
Showing only changes of commit af84137f31 - Show all commits

View File

@@ -24,7 +24,7 @@ export default function Navigation() {
return; return;
} }
const response = await fetch("/api/v1/auth/session", { const response = await fetch("/api/v1/session", {
headers: { headers: {
Authorization: `Bearer ${token}`, Authorization: `Bearer ${token}`,
}, },