add images

This commit is contained in:
2026-07-24 00:49:37 +07:00
parent ea236027db
commit 871331f14d
3 changed files with 8 additions and 3 deletions
@@ -131,7 +131,7 @@ func (s *ScenarioService) getStory(ctx context.Context, id int) (*storytelling.S
if err != nil {
return nil, err
}
return mapStory(storyString)
return mapStory(storyString, s.domain)
}
func (s *ScenarioService) updateStory(ctx context.Context, id int, story *storytelling.Story) error {