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

@@ -2,4 +2,5 @@ export * from "./listDomains";
export * from "./createOrgDomain";
export * from "./deleteOrgDomain";
export * from "./restartOrgDomain";
export * from "./getDomain";
export * from "./getDomain";
export * from "./getDNSRecords";