remove reserved 'api' location

this is unused and we have no plans to use it.
This commit is contained in:
Girish Ramakrishnan
2019-06-09 18:16:14 -07:00
parent b26167481e
commit 88fa4cf188
3 changed files with 3 additions and 5 deletions

View File

@@ -145,7 +145,6 @@ function validateHostname(location, domainObject) {
const hostname = fqdn(location, domainObject);
const RESERVED_LOCATIONS = [
constants.API_LOCATION,
constants.SMTP_LOCATION,
constants.IMAP_LOCATION
];