forked from cerc-io/snowballtools-base
Nabarun Gogoi
0dd6c7702a
* Make use of domain id for redirecting domains * Add checks in backend to prevent chain redirecting and editing redirected domain * Add self relation to domain entity and use it to create and edit domains * Add self referencing relation to initialize db script * Add redirectToId column in domain entity * Remove isRedirected flag from domain entity * Refactor edit domain dialog box * Use dummy data for repository --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
39 lines
672 B
JSON
39 lines
672 B
JSON
[
|
|
{
|
|
"projectIndex": 0,
|
|
"name": "randomurl.snowballtools.xyz",
|
|
"status": "Live",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"projectIndex": 0,
|
|
"name": "saugatt.com",
|
|
"status": "Pending",
|
|
"branch": "test"
|
|
},
|
|
{
|
|
"projectIndex": 1,
|
|
"name": "randomurl.snowballtools.xyz",
|
|
"status": "Live",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"projectIndex": 1,
|
|
"name": "saugatt.com",
|
|
"status": "Pending",
|
|
"branch": "test"
|
|
},
|
|
{
|
|
"projectIndex": 2,
|
|
"name": "randomurl.snowballtools.xyz",
|
|
"status": "Live",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"projectIndex": 2,
|
|
"name": "saugatt.com",
|
|
"status": "Pending",
|
|
"branch": "test"
|
|
}
|
|
]
|