mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
2 lines
65 B
TypeScript
2 lines
65 B
TypeScript
|
|
export const useObject = (id: string) => `/api/v1/object/${id}`;
|