generated from VLADIMIR/template
add images
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user