fix: path to handler
All checks were successful
Backend ci / build (pull_request) Successful in 3m40s

This commit is contained in:
d3m0k1d
2026-02-14 23:39:32 +03:00
parent 3241413d0d
commit af84137f31

View File

@@ -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}`,
},