Skip to content

Commit 1e5760e

Browse files
wilsondywebpepper
andauthored
Update modules/openapi-generator/src/main/resources/typescript-nestjs/api.module.mustache
thank you Co-authored-by: webpepper <webpepper@users.noreply.github.com>
1 parent c425129 commit 1e5760e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/typescript-nestjs/api.module.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class ApiModule {
2626
return {
2727
module: ApiModule,
2828
providers: [ { provide: Configuration, useFactory: configurationFactory } ],
29-
imports: [
29+
imports: [
3030
HttpModule.registerAsync({
3131
useFactory: configurationFactory().httpModuleOptionsFactory
3232
})

0 commit comments

Comments
 (0)