frontend: add tableview to display added monsters

This commit is contained in:
Patryk Hegenberg 2023-12-05 12:47:57 +01:00
parent e556883972
commit b8b51f1870
10 changed files with 132 additions and 20 deletions

View file

@ -69,8 +69,8 @@ type Action struct {
// Character struct für die Daten des Charakters
type Character struct {
Monster []Monster `json:"monster"`
Meta Meta `json:"_meta"`
Monster []Monster `json:"monster"`
}
// Meta struct für Meta-Informationen