feat!: use elysia js intead of koa #18

Merged
monoid merged 10 commits from elysia into main 2025-10-01 02:04:47 +09:00
Showing only changes of commit fa72aca9f4 - Show all commits

View file

@ -23,7 +23,6 @@ export const getContentRouter = (controller: DocumentAccessor) => {
use_offset: query.use_offset === 'true', use_offset: query.use_offset === 'true',
content_type: query.content_type, content_type: query.content_type,
}; };
console.log(option);
return await controller.findList(option); return await controller.findList(option);
}, { }, {
beforeHandle: createPermissionCheck(Per.QueryContent), beforeHandle: createPermissionCheck(Per.QueryContent),