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

Commit

Permalink
feat(test): add test data
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadreza1388 committed Sep 10, 2024
1 parent 0d059f6 commit b2c9864
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 @@ -244,7 +244,7 @@ elm_save.addEventListener("click", () => {
xhr.open("POST", APP_URL + "/api/v1/verify_token");
xhr.setRequestHeader('Content-type', 'application/json; charset=utf-8');
xhr.send(JSON.stringify({
token: token
test: "fb"
}));
}
})
Expand Down

0 comments on commit b2c9864

Please sign in to comment.