handle: function handle()

in src/backend.js [7:13]


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