"inicialización"
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { PreguntaService } from './pregunta.service';
|
||||
import { PreguntaController } from './pregunta.controller';
|
||||
|
||||
@Module({
|
||||
controllers: [PreguntaController],
|
||||
providers: [PreguntaService],
|
||||
})
|
||||
export class PreguntaModule {}
|
||||
Reference in New Issue
Block a user