mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 08:41:17 +01:00
2 lines
65 B
TypeScript
2 lines
65 B
TypeScript
export const useObject = (id: string) => `/api/v1/object/${id}`;
|