implementation for service_providers.root_domain

This commit is contained in:
Dave Horton
2019-12-10 10:27:09 -05:00
parent 6beedeac3d
commit b8f50a42b6
3 changed files with 60 additions and 3 deletions
+9
View File
@@ -21,7 +21,16 @@ ServiceProvider.fields = [
{
name: 'description',
type: 'string'
},
{
name: 'root_domain',
type: 'string',
},
{
name: 'registration_hook',
type: 'string',
}
];
module.exports = ServiceProvider;