Skip to content

Commit

Permalink
dependencies version issues solved
Browse files Browse the repository at this point in the history
  • Loading branch information
chensivan committed Oct 29, 2015
2 parents 9382e64 + 3c650a1 commit ea30991
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/voice-assist.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@ recorder.serialize = function() {
recorder.config = {
uploadURL: {
title: 'Upload URL',

// default: 'http://107.170.177.159:3000/upload_recording',
default: 'http://localhost:3000/upload_recording',

// default: 'http://107.170.177.159:3000/upload_recording',
//default: 'http://localhost:3000/upload_recording',

type: 'string'
},
contactinfo: {
Expand Down

0 comments on commit ea30991

Please sign in to comment.