Merge pull request #31978 from overleaf/kc-create-domain-verifications

Add controller and handler to manage creation of DomainVerification records

GitOrigin-RevId: 4f90ee32f33385b3269cfe374962aaa5888eb3b3
This commit is contained in:
Kate Crichton
2026-03-26 11:27:08 +00:00
committed by Copybot
parent 72b7524094
commit b3489a6792

View File

@@ -369,6 +369,8 @@ class ConcurrentLoadingOfDocsDetectedError extends OError {
}
}
class DomainAlreadyExistsError extends OErrorV2CompatibleError {}
module.exports = {
OError,
BackwardCompatibleError,
@@ -442,4 +444,5 @@ module.exports = {
NonDeletableEntityError,
FoundConnectedClientsError,
ConcurrentLoadingOfDocsDetectedError,
DomainAlreadyExistsError,
}