chore(api): add sending cookie credentials with requests - skip e2e

This commit is contained in:
Karol Sójko
2024-02-22 12:16:01 +01:00
parent 3e78e6faf1
commit d4c94a67e2

View File

@@ -63,6 +63,7 @@ export class FetchRequestHandler implements RequestHandlerInterface {
return new Request(httpRequest.url, {
method: httpRequest.verb,
headers,
credentials: 'include',
})
}