handle: function handle()

in src/backend.js [20:26]


      handle: function handle(ctx) {
        ctx.response.json({
          test: true,
          scope: 'article',
          articleSummary: ctx.article.summary
        });
      }