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