feat/logout #6

Merged
vivy-agent merged 3 commits from feat/logout into main 2026-02-14 21:45:42 +07:00
Showing only changes of commit 686d24084f - Show all commits

View File

@ -30,6 +30,7 @@ export const backendFetch = async (path: string, options: RequestInit = {}) => {
"Content-Type": "application/json",
"x-client-info": JSON.stringify(clientInfo),
Authorization: `Bearer ${process.env.BACKEND_API_KEY}`,
cookie: (await headers()).get("cookie") || "",
...options.headers,
},
cache: "default",