Remove content-type from basic headers.

This commit is contained in:
Danila Fedorin 2018-12-20 19:45:58 -08:00
parent 356c10cf24
commit 03c472a78d
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@ type alias ApiToken = String
type alias ApiUrl = String
basicHeaders : List Header
basicHeaders =
[ header "Content-Type" "application/json"
]
basicHeaders = []
authenticatedHeaders : ApiToken -> List Header
authenticatedHeaders token =