add images

This commit is contained in:
2026-03-14 16:02:33 +07:00
parent 4ae2715ab0
commit ae82f8e0d9
6 changed files with 58 additions and 11 deletions
@@ -77,6 +77,7 @@ func (s *StoryService) GetPlace(code string) *models.Place {
place.Code,
place.Name,
s.cleaner.ClearText(place.Text),
models.WithPlaceImage(place.Image),
models.WithPlaceApplication(applications...),
models.WithPlaceHidden(place.Hidden),
models.WithPlaceDoors(doors...),