Add server config api
This commit is contained in:
parent
ff8b706cc6
commit
af976c52c3
@ -20,6 +20,9 @@ const packageApis = function(packageName) {
|
||||
Stylesheets: {
|
||||
addFile: addStylesheet.bind(this, packageName),
|
||||
},
|
||||
Config: {
|
||||
getConfig: () => Helper.config,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user