mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 12:21:34 +10:00
486bce8bc7
Added writing (tested) and deleting (untested) endpoints
2 lines
65 B
TypeScript
2 lines
65 B
TypeScript
export const useObject = (id: string) => `/api/v1/object/${id}`;
|