mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-05 02:06:41 +00:00
Working on delete
This commit is contained in:
@@ -28,6 +28,7 @@ export type GetSiteResponse = {
|
||||
name: string;
|
||||
subdomain: string;
|
||||
subnet: string;
|
||||
type: string;
|
||||
};
|
||||
|
||||
export async function getSite(
|
||||
@@ -81,7 +82,8 @@ export async function getSite(
|
||||
siteId: site[0].siteId,
|
||||
niceId: site[0].niceId,
|
||||
name: site[0].name,
|
||||
subnet: site[0].subnet
|
||||
subnet: site[0].subnet,
|
||||
type: site[0].type
|
||||
},
|
||||
success: true,
|
||||
error: false,
|
||||
|
||||
Reference in New Issue
Block a user