-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
47 lines (47 loc) · 1.08 KB
/
server.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"projects": [
{
"id": 1,
"name": "github-search",
"deployment_url": "github-search-virid-seven.vercel.app",
"last_commit_name": "update home",
"updated_at": {
"when": "12/26/21",
"from_other_services": true,
"service": "github"
}
},
{
"id": 2,
"name": "ignews",
"deployment_url": "ignews.vercel.app",
"last_commit_name": "update readme",
"updated_at": {
"when": "12/16/21",
"from_other_services": true,
"service": "github"
}
},
{
"id": 3,
"name": "wise-rick-next-app",
"deployment_url": "wise-rick-next-app.vercel.app",
"last_commit_name": "add dark mode",
"updated_at": {
"when": "10/28/21",
"from_other_services": true,
"service": "github"
}
},
{
"id": 4,
"name": "dashboard",
"deployment_url": "dashboard.vercel.app",
"last_commit_name": "finish customization",
"updated_at": {
"when": "09/06/21",
"from_other_services": false
}
}
]
}