frontend: add tableview to display added monsters
This commit is contained in:
parent
e556883972
commit
b8b51f1870
10 changed files with 132 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue