Move the update info into separate route (since it is sensitive)

This commit is contained in:
Girish Ramakrishnan
2018-06-28 17:43:20 -07:00
parent cab9bc3a61
commit 35c9e99102
4 changed files with 6 additions and 2 deletions

View File

@@ -151,7 +151,6 @@ function getConfig(callback) {
adminFqdn: config.adminFqdn(),
mailFqdn: config.mailFqdn(),
version: config.version(),
update: updateChecker.getUpdateInfo(),
progress: progress.getAll(),
isDemo: config.isDemo(),
memory: os.totalmem(),