add controller

This commit is contained in:
liuyi 2025-05-21 23:15:35 +08:00
parent af6906f232
commit e3f3497406

View File

@ -0,0 +1,4 @@
export * from './category.controller';
export * from './tag.controller';
export * from './post.controller';
export * from './comment.controller';