Skip to content

Commit e2ee2a1

Browse files
committed
google log in button and logout button
1 parent 5426a9e commit e2ee2a1

17 files changed

+655
-61
lines changed

json-server/db.json

+31-7
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,39 @@
22
"todos": [
33
{
44
"userId": 1,
5-
"id": 1,
6-
"title": "delectus aut autem",
7-
"completed": false
5+
"title": "Maria",
6+
"completed": false,
7+
"id": 1
88
},
99
{
1010
"userId": 1,
11-
"id": 2,
12-
"title": "quis ut nam facilis et officia qui",
13-
"completed": false
11+
"title": "Marios",
12+
"completed": false,
13+
"id": 2
14+
},
15+
{
16+
"userId": 1,
17+
"title": "Marios Patsis 3",
18+
"completed": false,
19+
"id": 3
20+
},
21+
{
22+
"userId": 1,
23+
"title": "T",
24+
"completed": false,
25+
"id": 7
26+
},
27+
{
28+
"userId": 1,
29+
"title": "faaf",
30+
"completed": false,
31+
"id": 8
32+
},
33+
{
34+
"userId": "KkiEUwCAj7PrGnNBOlhoAMNBlEd2",
35+
"title": "Test 1",
36+
"completed": false,
37+
"id": 9
1438
}
1539
]
16-
}
40+
}

0 commit comments

Comments
 (0)