publish the controller
This commit is contained in:
@@ -5,6 +5,7 @@ import Configuration from './config/configuration';
|
||||
import { VersioningModule } from './versioning/versioning.module';
|
||||
import { PerformanceModule } from './performance/performance.module';
|
||||
import { LoggingModule } from './logging/logging.module';
|
||||
import { LoggingController } from './logging/logging.controller';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -27,5 +28,6 @@ import { LoggingModule } from './logging/logging.module';
|
||||
PerformanceModule,
|
||||
LoggingModule,
|
||||
],
|
||||
controllers: [LoggingController],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
Reference in New Issue
Block a user