Skip to content

Commit

Permalink
heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
missamii committed Jul 25, 2016
1 parent ff4e085 commit ea2b5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion be/server.js
Expand Up @@ -106,5 +106,5 @@ res.send(body);
});//end post

app.listen(PORT, function(){
console.log('listening on 3000...');
console.log('listening...');
});
2 changes: 1 addition & 1 deletion fe/app.js
Expand Up @@ -32,7 +32,7 @@ var data = {
};
//ajax stuff
$.ajax({
url: "https://mysterious-basin-61798.herokuapp.com/",
url: "https://mysterious-basin-61798.herokuapp.com/books",
method: "post",
data: data,
dataType: 'json'
Expand Down

0 comments on commit ea2b5f2

Please sign in to comment.