feat!: use elysia js
intead of koa #18
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ export const getContentRouter = (controller: DocumentAccessor) => {
|
|||
use_offset: query.use_offset === 'true',
|
||||
content_type: query.content_type,
|
||||
};
|
||||
console.log(option);
|
||||
return await controller.findList(option);
|
||||
}, {
|
||||
beforeHandle: createPermissionCheck(Per.QueryContent),
|
||||
|
|
Loading…
Add table
Reference in a new issue