'WRONG /custom_route': function (model, req, res) {
        res.status(200).json({
          message: 'aloha!'
        }).end();
      }