feat: search

This commit is contained in:
Philipinho
2024-01-30 00:14:21 +01:00
parent e0e5f7c43d
commit a0ec2f30ca
22 changed files with 509 additions and 161 deletions
+2
View File
@@ -7,6 +7,7 @@ import { StorageModule } from './storage/storage.module';
import { AttachmentModule } from './attachment/attachment.module';
import { EnvironmentModule } from '../environment/environment.module';
import { CommentModule } from './comment/comment.module';
import { SearchModule } from './search/search.module';
@Module({
imports: [
@@ -19,6 +20,7 @@ import { CommentModule } from './comment/comment.module';
}),
AttachmentModule,
CommentModule,
SearchModule,
],
})
export class CoreModule {}