Feature/59 add tracks to log form (#70)
* adding tracks * adding tracks * adding tracks
This commit was merged in pull request #70.
This commit is contained in:
@@ -4,6 +4,7 @@ import { LogService } from './log.service';
|
||||
import { AzureTableStorageModule } from '@noahspan/azure-database';
|
||||
import { Log } from './log.entity';
|
||||
import { ConfigModule, ConfigService } from '@nestjs/config';
|
||||
import { FileService } from '../file/file.service';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -22,6 +23,10 @@ import { ConfigModule, ConfigService } from '@nestjs/config';
|
||||
}),
|
||||
],
|
||||
controllers: [LogController],
|
||||
providers: [LogService]
|
||||
providers: [
|
||||
ConfigService,
|
||||
FileService,
|
||||
LogService
|
||||
]
|
||||
})
|
||||
export class LogModule {}
|
||||
|
||||
Reference in New Issue
Block a user