backend setup to store and get DNS Records

This commit is contained in:
Pallavi Kumari
2025-10-17 22:25:19 +05:30
parent a9b9161c40
commit 8fdf120ec2
6 changed files with 151 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ export enum ActionsEnum {
getClient = "getClient",
listOrgDomains = "listOrgDomains",
getDomain = "getDomain",
getDNSRecords = "getDNSRecords",
createNewt = "createNewt",
createIdp = "createIdp",
updateIdp = "updateIdp",