send cookies in request (#256)

This commit is contained in:
Victor Vrantchan 2016-09-30 09:21:51 -04:00 committed by GitHub
parent 74aaa14dde
commit 57c9cb145f

View file

@ -42,6 +42,7 @@ class Base {
};
return fetch(endpoint, {
credentials: 'same-origin',
method,
headers,
body,