port 8080

merge-requests/3/head
loicbersier 5 years ago
parent 690ee619d1
commit f14bcecbb8

@ -33,7 +33,7 @@ class dectalkCommand extends Command {
return axios.request({
responseType: 'arraybuffer',
url: `http://localhost/api/gen.wav?dectalk=${args.decMessage}`,
url: `http://localhost:8080/api/gen.wav?dectalk=${args.decMessage}`,
method: 'get',
headers: {
'Content-Type': 'audio/wav',

@ -33,7 +33,7 @@ class dectalkvcCommand extends Command {
return axios.request({
responseType: 'arraybuffer',
url: `http://localhost/api/gen.wav?dectalk=${args.decMessage}`,
url: `http://localhost:8080/api/gen.wav?dectalk=${args.decMessage}`,
method: 'get',
headers: {
'Content-Type': 'audio/wav',

Loading…
Cancel
Save