Skip to content

Commit

Permalink
ESN detect Adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
F4310 committed Sep 25, 2024
1 parent 88bf62d commit 997fcb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chipper/webroot/js/play_audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ async function uploadAudio(blob) {

try {
const dominio = window.location.hostname;
const response = await fetch(dominio + '/api-sdk/play_sound', {
esn = urlParams.get("serial");
const response = await fetch('/api-sdk/play_sound?serial='+esn, {
method: 'POST',
body: formData,
});
Expand Down

0 comments on commit 997fcb3

Please sign in to comment.