Update routes.js
This commit is contained in:
parent
c91f176178
commit
0e781dee41
1 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ module.exports = async (
|
||||||
return {
|
return {
|
||||||
LNDStatus,
|
LNDStatus,
|
||||||
APIStatus,
|
APIStatus,
|
||||||
deploymentType: process.env.DEPLOYMENT_TYPE || 'non-wizard'
|
deploymentType: process.env.DEPLOYMENT_TYPE || 'default'
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.error(err)
|
logger.error(err)
|
||||||
|
|
@ -112,7 +112,7 @@ module.exports = async (
|
||||||
return {
|
return {
|
||||||
LNDStatus,
|
LNDStatus,
|
||||||
APIStatus,
|
APIStatus,
|
||||||
deploymentType: process.env.DEPLOYMENT_TYPE || 'non-wizard'
|
deploymentType: process.env.DEPLOYMENT_TYPE || 'default'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue