mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
perf: 支持域名到期时间监控通知
This commit is contained in:
@@ -23,4 +23,8 @@ export class NotificationGetter implements INotificationService {
|
||||
async send(req: NotificationSendReq): Promise<void> {
|
||||
return await this.notificationService.send(req, this.userId, this.projectId);
|
||||
}
|
||||
|
||||
async getBindUrl(url: string) {
|
||||
return await this.notificationService.getBindUrl(url);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user