Compare commits
3 Commits
d145ff537a
...
534203b47e
| Author | SHA1 | Date | |
|---|---|---|---|
| 534203b47e | |||
| 5d8b271da2 | |||
|
|
af84137f31 |
@@ -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