refactor: the whole role and permission flow
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ import { WalletsModule } from "./modules/wallets/wallets.module";
|
||||
ConfigModule.forRoot({ cache: true, isGlobal: true }),
|
||||
CacheModule.registerAsync(cacheConfig()),
|
||||
TypeOrmModule.forRootAsync(databaseConfigs()),
|
||||
HttpModule.register({ global: true, timeout: 5000, headers: { "Content-Type": "application/json" } }),
|
||||
HttpModule.register({ global: true, timeout: 10000, headers: { "Content-Type": "application/json" } }),
|
||||
FastifyMulterModule,
|
||||
AuthModule,
|
||||
UsersModule,
|
||||
|
||||
Reference in New Issue
Block a user