Compare commits
3 Commits
38ff90b13f
...
bbefe7d28a
| Author | SHA1 | Date | |
|---|---|---|---|
| bbefe7d28a | |||
| 74f17c3f3f | |||
|
|
0cbed8f5ec |
@@ -36,7 +36,7 @@ export function AuthProvider({ children }: { children: ReactNode }) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const response = await fetch("/api/session", {
|
const response = await fetch("/api/v1/session", {
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${token}`,
|
Authorization: `Bearer ${token}`,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user