Skip to content

Commit

Permalink
changed url
Browse files Browse the repository at this point in the history
  • Loading branch information
jahosh committed Apr 21, 2017
1 parent 4485147 commit a905617
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions controllers/sockets.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 31,7 @@ module.exports = {
console.log(err);
return;
}
console.log(data);
console.log('video saved');
axios.post(`http://localhost:3000/api/videos`, {
axios.post(`/api/videos`, {
href: data.Location,
answer,
submission_id,
Expand Down

0 comments on commit a905617

Please sign in to comment.