drop-server-bak/composables/objects.ts

2 lines
65 B
TypeScript
Raw Permalink Normal View History

export const useObject = (id: string) => `/api/v1/object/${id}`;