mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-29 04:32:06 -04:00
1 line
65 B
TypeScript
1 line
65 B
TypeScript
export const useObject = (id: string) => `/api/v1/object/${id}`;
|