Updated readable questions page, and manual

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-03-08 12:17:00 +01:00
parent 5b01531f6a
commit 0f076b4c74
3 changed files with 37 additions and 13 deletions

View file

@ -187,7 +187,9 @@ app.get('/allqr', function(req, res) {
var f = utils.ReadFile(dataFile);
var d = actions.LoadJSON(f);
res.end(d.toString());
res.render('allqr', {
d: d.toString().split('\n')
});
Log(req);
});