Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwei committed Dec 9, 2015
1 parent 11ee439 commit 8ff1f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/uploadRecording.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = function (uid, editorRecorder, voiceRecorder, workspaceSnapshot
if(err) {
reject(err);
} else {
resolve();
resolve(zipFilename);
}
});
});
Expand Down
2 changes: 1 addition & 1 deletion lib/voice-assist.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ recorder.config = {
uploadURL: {
title: 'Upload URL',

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

// default: 'http://107.170.177.159:3000/upload_recording',
Expand Down

0 comments on commit 8ff1f7b

Please sign in to comment.