add all field to admin panel

This commit is contained in:
2026-05-29 07:38:46 +07:00
parent 26f5760987
commit bed126bd85
9 changed files with 220 additions and 54 deletions
@@ -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
}