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

@@ -309,6 +309,13 @@ authenticated.get(
domain.getDomain
);
authenticated.get(
"/org/:orgId/domain/:domainId/dns-records",
verifyOrgAccess,
verifyUserHasAction(ActionsEnum.getDNSRecords),
domain.getDNSRecords
);
authenticated.get(
"/org/:orgId/invitations",
verifyOrgAccess,