Jelajahi Sumber

Merge branch 'dev'

lrf 2 tahun lalu
induk
melakukan
5c784fa3f0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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, {});