mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
change a url
This commit is contained in:
parent
db58efbe65
commit
4986cef86d
@ -130,7 +130,7 @@ export const imagesApi = api.injectEndpoints({
|
||||
}),
|
||||
deleteImage: build.mutation<void, ImageDTO>({
|
||||
query: ({ image_name }) => ({
|
||||
url: `images/i/${image_name}`,
|
||||
url: `imagesv2/i/${image_name}`,
|
||||
method: 'DELETE',
|
||||
}),
|
||||
async onQueryStarted(imageDTO, { dispatch, queryFulfilled }) {
|
||||
|
Loading…
Reference in New Issue
Block a user