Skip to content
Snippets Groups Projects
Commit ab8dae50 authored by crowfeathers00's avatar crowfeathers00
Browse files

Question 3 Week 6

parent e65f6b74
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,6 @@ app.get("/getBooks", function(req, res){
}, 500);
});
app.listen('8080', function(){
app.listen('8034', function(){
console.log("listening at port 8080...");
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment