Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
feat(header): change header
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadreza1388 committed Sep 10, 2024
1 parent bf68141 commit 0d059f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ elm_save.addEventListener("click", () => {

}
xhr.open("POST", APP_URL + "/api/v1/verify_token");
xhr.setRequestHeader('Content-type', 'application/json');
xhr.setRequestHeader('Content-type', 'application/json; charset=utf-8');
xhr.send(JSON.stringify({
token: token
}));
Expand Down

0 comments on commit 0d059f6

Please sign in to comment.