@@ -14,7 +14,7 @@ class PersonchatController extends Controller {
async received() {
await this.service.received(this.ctx.request.body);
- this.ok({ });
+ this.ctx.ok({ });
}