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