finished object endpoints

Added writing (tested) and deleting (untested) endpoints
This commit is contained in:
DecDuck
2024-10-09 15:08:55 +11:00
parent 661a30107c
commit 99db921f07
7 changed files with 59 additions and 25 deletions
+1
View File
@@ -0,0 +1 @@
export const useObject = (id: string) => `/api/v1/object/${id}`;