caas: add subdomains.get
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ exports = module.exports = {
|
||||
addSubdomain: addSubdomain,
|
||||
delSubdomain: delSubdomain,
|
||||
updateSubdomain: updateSubdomain,
|
||||
getChangeStatus: getChangeStatus
|
||||
getChangeStatus: getChangeStatus,
|
||||
getSubdomain: getSubdomain
|
||||
};
|
||||
|
||||
var assert = require('assert'),
|
||||
|
||||
Reference in New Issue
Block a user