lrf 2 年 前
コミット
1c71e7a79e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/controller/util.js

+ 1 - 1
app/controller/util.js

@@ -37,7 +37,7 @@ class UtilController extends Controller {
   }
 
   async getGroup() {
-    this.ctx.ok({ data: '弃用' });
+    this.ctx.ok();
   }
 }
 module.exports = CrudController(UtilController, {});