Returning todos on update

This commit is contained in:
mrfry 2020-11-19 07:42:13 +01:00
parent 68b0dd30aa
commit 86f1fff804

View file

@ -243,6 +243,8 @@ function GetApp() {
utils.WriteFile(JSON.stringify(todos, null, 2), todosFile)
res.json({
todos: todos,
userId: userId,
msg: 'updated',
result: 'ok',
})