Add assembly ai conversion
This commit is contained in:
@@ -31,6 +31,7 @@ import { EmailModule } from './email/email.module';
|
||||
import { ContactModule } from './contact/contact.module';
|
||||
import { HoardingModule } from './hoarding/hoarding.module';
|
||||
import { NamesModule } from './names/names.module';
|
||||
import { AssemblyAiModule } from './assembly-ai/assembly-ai.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -108,6 +109,7 @@ import { NamesModule } from './names/names.module';
|
||||
ContactModule,
|
||||
HoardingModule,
|
||||
NamesModule,
|
||||
AssemblyAiModule,
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user