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

@@ -192,7 +192,6 @@ describe('Cloudron', function () {
expect(result.body.webServerOrigin).to.eql(null);
expect(result.body.adminFqdn).to.eql(config.adminFqdn());
expect(result.body.progress).to.be.an('object');
expect(result.body.update).to.be.an('object');
expect(result.body.version).to.eql(config.version());
expect(result.body.memory).to.eql(os.totalmem());
expect(result.body.cloudronName).to.be.a('string');