Include cookie in every request

feature/about-page
eal 7 years ago
parent 2b0811dddc
commit 00589a9af1

@ -36,7 +36,7 @@ let fetch = (url, options) => {
options = options || {}
const baseUrl = ''
const fullUrl = baseUrl + url
options.credentials = 'same-origin'
options.credentials = 'include'
return oldfetch(fullUrl, options)
}

Loading…
Cancel
Save