mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 08:41:17 +01:00
finished object endpoints
Added writing (tested) and deleting (untested) endpoints
This commit is contained in:
1
composables/objects.ts
Normal file
1
composables/objects.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const useObject = (id: string) => `/api/v1/object/${id}`;
|
||||
Reference in New Issue
Block a user