router.get('/', function (req, res) {
  res
    .status(200)
    .json({
      directory: 'api'