snowballtools-base/packages/frontend/src/assets/repositories.json
Nabarun Gogoi 1d58beb2ec Implement functionality to delete domain (#59)
* Implement functionality to delete domain

* Remove redirectToId from frontend

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-01 11:37:57 +05:30

43 lines
861 B
JSON

[
{
"id": 1,
"title": "project-101",
"updatedAt": "2023-12-21T08:30:00",
"user": "bob",
"private": false,
"branch": ["main", "prod", "test"]
},
{
"id": 2,
"title": "project-102",
"updatedAt": "2023-12-21T08:30:00",
"user": "alice",
"private": true,
"branch": ["main", "prod", "test"]
},
{
"id": 3,
"title": "project-103",
"updatedAt": "2023-12-21T04:20:00",
"user": "charlie",
"private": false,
"branch": ["main", "prod", "test"]
},
{
"id": 4,
"title": "project-104",
"updatedAt": "2023-12-21T04:27:00",
"user": "alice",
"private": false,
"branch": ["main", "prod", "test"]
},
{
"id": 5,
"title": "project-105",
"updatedAt": "2023-12-21T04:41:00",
"user": "ivan",
"private": false,
"branch": ["main", "prod", "test"]
}
]