export default function (options = {}) {
  const json = bodyParser.json();
  const urlencoded = bodyParser.urlencoded({
    extended: options.extended
  });