mirror of
https://github.com/certd/certd.git
synced 2026-05-18 06:17:31 +08:00
refactor: register
This commit is contained in:
@@ -16,7 +16,7 @@ export class AliyunDnsProvider implements IDnsProvider {
|
||||
access!: AliyunAccess;
|
||||
@Autowire()
|
||||
logger!: ILogger;
|
||||
async onInit() {
|
||||
async onInstance() {
|
||||
const access: any = this.access;
|
||||
this.client = new Core({
|
||||
accessKeyId: access.accessKeyId,
|
||||
|
||||
Reference in New Issue
Block a user