fix: path to handler #11
@@ -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}`,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user