update.js 113 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 'use strict'; exports.index = (req, res) => { res.render('app-update', { width750: true, }); };