Skip to content

Commit 3a8bf30

Browse files
committed
fix initial status
1 parent 3aae9bc commit 3a8bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: routes/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ router.post('/', function(req, res){
6161
var daemonStatus = {};
6262
var book = {};
6363

64-
daemonStatus.status = 'update';
64+
daemonStatus.daemon = 'update';
6565
users[req.body.username] = {
6666
'password': req.body.password,
6767
'id': 1

0 commit comments

Comments
 (0)