mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 16:31:53 +08:00
feat: support select child packer
This commit is contained in:
@@ -36,7 +36,7 @@ export default function ProbeShellGenerator() {
|
||||
const { data: packerConfig } = useQuery<PackerConfig>({
|
||||
queryKey: ["packerConfig"],
|
||||
queryFn: async () => {
|
||||
const response = await fetch(`${env.API_URL}/api/config/packers`);
|
||||
const response = await fetch(`${env.API_URL}/api/config/packers/tree`);
|
||||
return await response.json();
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user