fix RegisterNewDomain

This commit is contained in:
2026-05-14 14:21:46 -04:00
parent 9250352a67
commit 65b34154ee
+2 -1
View File
@@ -30,5 +30,6 @@ async function RegisterNewDomain(domain) {
} }
module.exports = { module.exports = {
GetAllRecords GetAllRecords,
RegisterNewDomain
} }