chore: user financial

This commit is contained in:
Matin
2025-02-15 10:59:53 +03:30
parent caa968ab4a
commit a13f374031
14 changed files with 246 additions and 19 deletions
+1 -1
View File
@@ -41,9 +41,9 @@ import { WalletsModule } from "./modules/wallets/wallets.module";
TypeOrmModule.forRootAsync(databaseConfigs()),
HttpModule.register({ global: true, timeout: 5000, headers: { "Content-Type": "application/json" } }),
FastifyMulterModule,
AuthModule,
UsersModule,
TicketsModule,
AuthModule,
DanakServicesModule,
AnnouncementsModule,
UploaderModule,