Commit 10753ac1317d6d7e0fc71ac6c7730055177e313c

Authored by Angel Caceres
1 parent 13014794

fix

Showing 1 changed file with 2 additions and 1 deletions
... ... @@ -29,7 +29,8 @@ import { ThrottlerModule } from '@nestjs/throttler';
29 29 ]),
30 30 ],
31 31 controllers: [AppController],
32   - providers: [AppService
  32 + providers: [
  33 + AppService,
33 34 // , PrismaService
34 35 ],
35 36 })
... ...
Please register or login to post a comment