1
0
forked from Yara724/api

PDF generation

This commit is contained in:
SepehrYahyaee
2026-06-23 15:56:19 +03:30
parent cca3ed01a4
commit 2fc6015213
13 changed files with 1287 additions and 0 deletions

View File

@@ -46,5 +46,6 @@ import { HashModule } from "src/utils/hash/hash.module";
],
providers: [ExpertInsurerService],
controllers: [ExpertInsurerController],
exports: [ExpertInsurerService],
})
export class ExpertInsurerModule {}