commit
This commit is contained in:
20
src/google/google.module.ts
Normal file
20
src/google/google.module.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { ListsService } from 'src/backoffice/lists/lists.service';
|
||||
import { GoogleService } from './google.service';
|
||||
|
||||
/*
|
||||
https://docs.nestjs.com/modules
|
||||
*/
|
||||
|
||||
import { Module } from '@nestjs/common';
|
||||
|
||||
@Module({
|
||||
imports: [],
|
||||
controllers: [],
|
||||
providers: [
|
||||
GoogleService,
|
||||
ListsService],
|
||||
})
|
||||
export class GoogleModule {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user