Skip to content
Snippets Groups Projects
Commit fa6050ba authored by rac365's avatar rac365
Browse files

Fixed db problems maybe

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