use localhost server

This commit is contained in:
loicbersier 2019-07-17 21:50:03 +02:00
parent 2521f18778
commit 690ee619d1
2 changed files with 2 additions and 2 deletions

View file

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

View file

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