failes reason show
This commit is contained in:
@@ -43,6 +43,11 @@ export const dataService = {
|
||||
return response.data
|
||||
},
|
||||
|
||||
deleteAsset: async (id) => {
|
||||
const response = await api.delete(`/assets/${id}`)
|
||||
return response.data
|
||||
},
|
||||
|
||||
generatePromptFromImage: async (files, prompt) => {
|
||||
const formData = new FormData()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user