diff --git a/web.js b/web.js index d137fb2..5669d32 100644 --- a/web.js +++ b/web.js @@ -40,7 +40,7 @@ app.dynamicHelpers({ return function(path) { return '://' + app.dynamicViewHelpers.host(req, res) + (path || ''); } - }, + } }); function render_page(req, res) {