liuyu 5 anni fa
parent
commit
838197aab6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/controller/personchat.js

+ 1 - 1
app/controller/personchat.js

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