diff --git a/server.js b/server.js
index b7e51a23bd03f53f84e2d2acb1316b644ae36a3e..c163f4ecd972bf3a5e1b23ed74e8a8d56d60d416 100644
--- a/server.js
+++ b/server.js
@@ -22,12 +22,12 @@ app.get("/getBooks", function(req, res){
             }
         });
     });
-    setTimeout(function(){ 
+    setTimeout(function(){
         db.close();
         res.send(output);
     }, 500);
 });
 
-app.listen('8080', function(){
+app.listen('8034', function(){
     console.log("listening at port 8080...");
-});
\ No newline at end of file
+});