Init the ddns service, create app, aws and ip modules
All checks were successful
Build and deploy / deploy (push) Successful in 41s
All checks were successful
Build and deploy / deploy (push) Successful in 41s
This commit is contained in:
9
src/aws/aws.module.ts
Normal file
9
src/aws/aws.module.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { AwsService } from './aws.service';
|
||||
|
||||
@Module({
|
||||
imports: [],
|
||||
providers: [AwsService],
|
||||
exports: [AwsService],
|
||||
})
|
||||
export class AwsModule {}
|
||||
Reference in New Issue
Block a user