Update routes.js

This commit is contained in:
CapDog 2021-06-26 12:05:22 -04:00 committed by GitHub
parent c91f176178
commit 0e781dee41

View file

@ -99,7 +99,7 @@ module.exports = async (
return {
LNDStatus,
APIStatus,
deploymentType: process.env.DEPLOYMENT_TYPE || 'non-wizard'
deploymentType: process.env.DEPLOYMENT_TYPE || 'default'
}
} catch (err) {
logger.error(err)
@ -112,7 +112,7 @@ module.exports = async (
return {
LNDStatus,
APIStatus,
deploymentType: process.env.DEPLOYMENT_TYPE || 'non-wizard'
deploymentType: process.env.DEPLOYMENT_TYPE || 'default'
}
}
}