diff --git a/be/server.js b/be/server.js index a3a7a6e..8910789 100644 --- a/be/server.js +++ b/be/server.js @@ -106,5 +106,5 @@ res.send(body); });//end post app.listen(PORT, function(){ - console.log('listening on 3000...'); + console.log('listening...'); }); diff --git a/fe/app.js b/fe/app.js index c8135b8..6a2a05c 100644 --- a/fe/app.js +++ b/fe/app.js @@ -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'