From dcdd2e19104b133b8fe704ee7da369fcbb723082 Mon Sep 17 00:00:00 2001
From: SirMathhman <SirMathhman@gmail.com>
Date: Wed, 30 Oct 2019 16:41:47 -0400
Subject: [PATCH] Update message

---
 server.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server.js b/server.js
index c163f4e..d6a4361 100644
--- a/server.js
+++ b/server.js
@@ -29,5 +29,5 @@ app.get("/getBooks", function(req, res){
 });
 
 app.listen('8034', function(){
-    console.log("listening at port 8080...");
+    console.log("Listening at port 8034...");
 });
-- 
GitLab