UNPKG

@teikei/api

Version:

Teikei API server. Teikei is the software that powers ernte-teilen.org, a website that maps out Community-supported Agriculture in Germany.

9 lines (7 loc) 154 B
const includeHeaders = () => (req, res, next) => { req.feathers.headers = req.headers next() } export default app => { app.use(includeHeaders()) }