generated from VLADIMIR/template
add all field to admin panel
This commit is contained in:
@@ -30,6 +30,7 @@ func (s *fileService) Load(ctx context.Context) (*models.Story, error) {
|
||||
if err := json.Unmarshal(data, story); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Printf("Found %d places", len(story.Places))
|
||||
return story, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user