Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
PhonoDrop
Commits
002e99c2
Commit
002e99c2
authored
Nov 26, 2021
by
Sylvain Coulange
🌼
Browse files
syntheseVocale.js : httpS
parent
4c55618b
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/scripts/syntheseVocale.js
View file @
002e99c2
...
...
@@ -55,7 +55,7 @@ async function playIpa() {
};
// ENVOI
const
response
=
await
fetch
(
'
http://phonographe.alem-app.fr/_playIpa/
'
,
options
)
const
response
=
await
fetch
(
'
http
s
://phonographe.alem-app.fr/_playIpa/
'
,
options
)
const
data
=
await
response
.
json
();
readResponse
(
data
[
"
audio
"
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment