UNPKG

hapi.app.server

Version:

A small server to serve up HAPI applications

10 lines (7 loc) 240 B
class IndexMW configure: ({app: app, callback: callback}) -> app.set "views", "public" app.get "/", (req, res) => res.render "index.ejs", req.indexVars callback?() module.exports = IndexMW