Commit d6ceb709 authored by nanahira's avatar nanahira

fix

parent 05c12e25
Pipeline #14530 passed with stages
in 3 minutes and 36 seconds
...@@ -14,7 +14,6 @@ import { BlacklistController } from './blacklist/blacklist.controller'; ...@@ -14,7 +14,6 @@ import { BlacklistController } from './blacklist/blacklist.controller';
isGlobal: true, isGlobal: true,
}), }),
HttpModule.registerAsync({ HttpModule.registerAsync({
imports: [ConfigModule],
inject: [ConfigService], inject: [ConfigService],
useFactory: async (configService: ConfigService) => useFactory: async (configService: ConfigService) =>
configService.get('http'), configService.get('http'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment