feat: polish generation demo workflow
This commit is contained in:
@@ -85,7 +85,7 @@ async function generateImage() {
|
||||
error.value = ''
|
||||
|
||||
try {
|
||||
story.value = await api.post<Story>(`/api/stories/${story.value.id}/assets/retry`, {
|
||||
story.value = await api.post<Story>(`/api/generations/${story.value.id}/retry-assets`, {
|
||||
assets: ['image'],
|
||||
})
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user