No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
server.js
|
|
@ -4,7 +4,7 @@ var router = express.Router(); |
|
|
var port = 8080; |
|
|
var port = 8080; |
|
|
|
|
|
|
|
|
// See https://www.w3schools.com/cssref/css_colors.asp
|
|
|
// See https://www.w3schools.com/cssref/css_colors.asp
|
|
|
var color = "green"; |
|
|
var color = "red"; |
|
|
|
|
|
|
|
|
router.use(function (req,res,next) { |
|
|
router.use(function (req,res,next) { |
|
|
next(); |
|
|
next(); |
|
|
|