add: progress authentication
This commit is contained in:
@@ -8,6 +8,7 @@ import { LoggerModule } from 'nestjs-pino';
|
||||
import { TransactionModule } from './transaction/transaction.module';
|
||||
import { ProductModule } from './product/product.module';
|
||||
import { ConfigurableModule } from './configurable/configurable.module';
|
||||
import { AuthModule } from './auth/auth.module';
|
||||
import configuration from './config/configuration';
|
||||
|
||||
@Module({
|
||||
@@ -50,6 +51,7 @@ import configuration from './config/configuration';
|
||||
UsersModule,
|
||||
TransactionModule,
|
||||
ConfigurableModule,
|
||||
AuthModule,
|
||||
// ProductModule,
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user