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, {});