X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=routes%2Fall.js;h=ca09be5325002353af5ea244e9594e3742840e7f;hb=982d5b66524487243b5fc8eb02f3115e4f957085;hp=819b1e20d227bd2c660038256fb2472a200c3e76;hpb=1d184b4c016a645228251ce984d4c980e60420b0;p=vchess.git diff --git a/routes/all.js b/routes/all.js index 819b1e20..ca09be53 100644 --- a/routes/all.js +++ b/routes/all.js @@ -6,7 +6,7 @@ const Variants = require("../variants"); // Home router.get('/', function(req, res, next) { res.render('index', { - title: 'Express', + title: 'club', variantArray: Variants, //JSON.stringify(Variants) }); });