Skip to content

Commit

Permalink
Update did_getTalk.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ttt-amm authored Jan 26, 2024
1 parent 5fc587a commit ebc2047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions borne/did_getTalk.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$headers = [
'Content-Type: multipart/form-data',
'Accept: application/json',
'Authorization: Basic c2FsdXRAbXluYW1laXNmdXp6eS5jaA:N51ON3CPUu3QXeujqjDKr'
'Authorization: Basic bWFjaGluZUBteW5hbWVpc2Z1enp5LmNo:QTfYIk99xhvh2VOYa1gL3'
];

$file = new CURLFile($cereproc_audio_url, 'audio/mpeg', $_SESSION['song_id'].'.mp3');
Expand All @@ -31,7 +31,7 @@
$headers = [
'Content-Type: application/json',
'Accept: application/json',
'Authorization: Basic c2FsdXRAbXluYW1laXNmdXp6eS5jaA:N51ON3CPUu3QXeujqjDKr'
'Authorization: Basic bWFjaGluZUBteW5hbWVpc2Z1enp5LmNo:QTfYIk99xhvh2VOYa1gL3'
];
$data = '{
"script": {
Expand Down

0 comments on commit ebc2047

Please sign in to comment.