handle: function handle()

in src/backend.js [32:38]


      handle: function handle(ctx) {
        ctx.response.json({
          test: true,
          scope: 'project',
          projectName: ctx.project.name
        });
      }