init
This commit is contained in:
8
api/controller_admin/biz_dashboard.js
Normal file
8
api/controller_admin/biz_dashboard.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const dashboard = require("../service/biz_dashboard_service");
|
||||
|
||||
module.exports = {
|
||||
"GET /biz_dashboard/summary": async (ctx) => {
|
||||
const data = await dashboard.summary();
|
||||
ctx.success(data);
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user