Configure only BTC by default; send correct status for reboot
This commit is contained in:
parent
2901666351
commit
c60bd3f02d
2 changed files with 2 additions and 2 deletions
|
|
@ -336,7 +336,7 @@ function init (localConfig) {
|
|||
}
|
||||
|
||||
reboots[fingerprint] = pid
|
||||
res.sendStatus({success: true})
|
||||
res.sendStatus(200)
|
||||
})
|
||||
|
||||
return app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue