Skip to content
Snippets Groups Projects
Commit 288896dc authored by Léo Banno-Cloutier's avatar Léo Banno-Cloutier
Browse files

jams-react-client: add encoding in request headers

Gitlab: #102
Change-Id: Ieba9643399dfd875903e7c9f8e6f88db5763cc10
parent 5746967a
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ export default function configApiCall(
config["headers"]["Authorization"] = "Bearer " + jwt;
}
config["headers"]["Content-type"] = "application/json";
config["headers"]["Content-type"] = "application/json;charset=UTF-8";
// pass data in the header
if (data) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment