remove isCustomDomain usage from the UI
This also adds domains.provider that we should add to the db itself at some point
This commit is contained in:
@@ -22,6 +22,7 @@ var assert = require('assert'),
|
||||
|
||||
function postProcess(data) {
|
||||
data.config = safe.JSON.parse(data.configJson);
|
||||
data.provider = data.config.provider; // FIXME, make provider a db column
|
||||
delete data.configJson;
|
||||
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user