Sign in
Raul Hernandez
/
base_project_ckbtc
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
10753ac1317d6d7e0fc71ac6c7730055177e313c
Authored by
Angel Caceres
2024-02-02 16:36:07 -0600
1 parent
13014794
fix
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/modules/app/app.module.ts
src/modules/app/app.module.ts
View file @
10753ac
...
...
@@ -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