Skip to content

Commit

Permalink
Add version info to cn health check (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson authored Apr 23, 2020
1 parent 121bafd commit 46f53cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions creator-node/src/routes/healthCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = function (app) {
const libs = req.app.get('audiusLibs')

let response = {
...versionInfo,
'healthy': true,
'git': process.env.GIT_SHA,
'selectedDiscoveryProvider': 'none'
Expand Down

0 comments on commit 46f53cb

Please sign in to comment.