update new way
This commit is contained in:
@@ -23,15 +23,6 @@ export const app = new App<{ import: any; emit: typeof emit; sequelize: typeof s
|
||||
emit,
|
||||
sequelize,
|
||||
},
|
||||
// routerHandle(res) {
|
||||
// console.log('routerHandle', res.query);
|
||||
// const { code, data, message } = res;
|
||||
// return {
|
||||
// code,
|
||||
// data,
|
||||
// message,
|
||||
// };
|
||||
// },
|
||||
});
|
||||
|
||||
const clients = [];
|
||||
|
||||
Reference in New Issue
Block a user