mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-13 08:12:32 +10:00
feat: search
This commit is contained in:
@ -26,6 +26,11 @@ import { PageHistoryRepository } from './repositories/page-history.repository';
|
||||
PageRepository,
|
||||
PageHistoryRepository,
|
||||
],
|
||||
exports: [PageService, PageOrderingService, PageHistoryService],
|
||||
exports: [
|
||||
PageService,
|
||||
PageOrderingService,
|
||||
PageHistoryService,
|
||||
PageRepository,
|
||||
],
|
||||
})
|
||||
export class PageModule {}
|
||||
|
||||
Reference in New Issue
Block a user