Commit 521b4af
committed
Refactor app.module.ts and document-processor.module.ts to remove TextractModule
- Removed TextractModule from backend/src/app.module.ts as it is no longer needed.
- Updated providers in app.module.ts to exclude AwsBedrockService.
- Enhanced document-processor.module.ts to export AwsTextractService and AwsBedrockService, ensuring proper service availability for document processing.1 parent 5d0b8e2 commit 521b4af
File tree
3 files changed
+2
-16
lines changed- backend/src
- modules
3 files changed
+2
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | | - | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
This file was deleted.
0 commit comments