diff --git a/src/routes.js b/src/routes.js index e8e3d85a..b1ad588c 100644 --- a/src/routes.js +++ b/src/routes.js @@ -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' } } }