fix: path to handler
All checks were successful
Backend ci / build (pull_request) Successful in 3m40s
All checks were successful
Backend ci / build (pull_request) Successful in 3m40s
This commit is contained in:
@@ -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