feature: Begins work on backend command.
This commit is contained in:
parent
99f76d875b
commit
213455b050
2 changed files with 196 additions and 8 deletions
|
@ -68,6 +68,8 @@ export function route(routeOptions: RouteOptions) {
|
|||
return {
|
||||
success: true,
|
||||
data: prismaBackends.map(i => ({
|
||||
id: i.id,
|
||||
|
||||
name: i.name,
|
||||
description: i.description,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue