1 2 3 4 5 6 7 8
"use strict"; function visit(req, res) { res.render('visit', {showSearchBar: true}); }; module.exports = visit;