PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
flatiron
/
examples
/
static-app
var flatiron = require('../../lib/flatiron'), app = flatiron.app; app.use(flatiron.plugins.http); app.use(flatiron.plugins.static, { root: __dirname }); app.router.get('/headers', function () { this.res.json(this.req.headers); }); module.exports = app;
[+]
app
[-] app.js
[edit]
[-] package.json
[edit]
[+]
..