mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +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