diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 12:40:40 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 12:40:40 +0200 |
| commit | 15e5df27774fef8d976c74b6ec7bcf8f878e5834 (patch) | |
| tree | b9d0110849789382bf9f255fcadf4587e338d2f1 /app/client/api/crud.fetch.js | |
| parent | 439888003a41279a0fe5a74ac5b92898cabd827b (diff) | |
log in / log out
Diffstat (limited to 'app/client/api/crud.fetch.js')
| -rw-r--r-- | app/client/api/crud.fetch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/api/crud.fetch.js b/app/client/api/crud.fetch.js index 716ab3e..5f94995 100644 --- a/app/client/api/crud.fetch.js +++ b/app/client/api/crud.fetch.js @@ -42,7 +42,7 @@ function _get_url(_url, data) { } return url } -function _get_headers() { +export function _get_headers() { return { method: 'GET', credentials: 'same-origin', |
