mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-10-14 23:09:32 +07:00

- Updated HTTP methods for bucket and key operations to align with the official Garage Admin API v2 specifications, changing DELETE methods to POST where necessary. - Modified frontend hooks and documentation to reflect these changes, ensuring consistency across the application. - Completed tasks for verifying and aligning delete operations and reviewing other HTTP methods.
4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
import { createDisclosure } from "@/lib/disclosure";
|
|
|
|
export const shareDialog = createDisclosure<{ key: string; prefix: string }>();
|