We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a3936 commit 73b0b15Copy full SHA for 73b0b15
1 file changed
packages/agentflow/src/infrastructure/api/client.ts
@@ -16,7 +16,8 @@ export function createApiClient(apiBaseUrl: string, token?: string): AxiosInstan
16
17
const client = axios.create({
18
baseURL: `${apiBaseUrl}/api/v1`,
19
- headers
+ headers,
20
+ withCredentials: true
21
})
22
23
// Add request interceptor for debugging
0 commit comments