fix: rename dish to meal

This commit is contained in:
2025-07-20 19:56:25 +02:00
parent da2d507629
commit 4e60b4e69f
4 changed files with 33 additions and 33 deletions

View File

@ -1,6 +1,6 @@
package stwbremen
type Dish struct {
type Meal struct {
Title string `json:"title"`
Ingredients []Ingredient `json:"ingredients"`
Prices []Price `json:"prices"`