mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 19:26:36 +00:00
Fix bugs and change makefile
This commit is contained in:
@@ -25,7 +25,7 @@ const createSiteSchema = z.object({
|
||||
subnet: z.string().optional(),
|
||||
});
|
||||
|
||||
export type GetSiteResponse = {
|
||||
export type CreateSiteResponse = {
|
||||
name: string;
|
||||
siteId: number;
|
||||
orgId: string;
|
||||
|
||||
Reference in New Issue
Block a user