This commit is contained in:
bronkuu 2026-05-27 15:28:52 +02:00
parent ef48719cf5
commit c489aa7f3d
6 changed files with 16 additions and 6 deletions

View file

@ -18,3 +18,7 @@ var Cakes = []types.Product{
{Name: "Nutelowiec z wiśniami", Image: "013", Price: "120", Description: "nutelowy spód , krem śmietankowy z dodatkiem twarożku, wiśnie i galaretka"},
{Name: "Karpatka", Image: "014", Price: "120", Description: ""},
}
var Desserts = []types.Product{
{Name: "Beza Pavlova", Image: "001", Price: "10", Description: "ok"},
}