@@ -50,7 +50,7 @@ class QuestionnaireController extends Controller {
async export() {
const res = await this.service.export(this.ctx.request.body);
- this.ctx.ok(res);
+ this.ctx.ok({ data: res });
}