diff --git a/server.js b/server.js index 6785c71..42a13dc 100644 --- a/server.js +++ b/server.js @@ -4,7 +4,7 @@ var router = express.Router(); var port = 8080; // See https://www.w3schools.com/cssref/css_colors.asp -var color = "pink"; +var color = "blue"; router.use(function (req,res,next) { next();