Skip to content

Commit 25e93dd

Browse files
authored
Update handler.js
1 parent b73e589 commit 25e93dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
module.exports.listTodos = async event => {
4-
const todos = ["Wake up at 4AM", "Workout", "Eat breakfast"];
4+
const todos = ["Wake up at 4AM", "Workout", "Eat breakfast","Attend Lec","Sleep"];
55
return {
66
statusCode: 200,
77
body: JSON.stringify({ todos }, null, 2)

0 commit comments

Comments
 (0)