Update api/v1/types.go
parent
b86e9d96cf
commit
4e41e5f1a1
|
@ -220,7 +220,7 @@ type File struct {
|
|||
type PhotoLabel struct {
|
||||
PhotoID uint `json:"PhotoID"`
|
||||
LabelID uint `json:"LabelID"`
|
||||
LabelSrc string `json:"LabelSrc""`
|
||||
LabelSrc string `json:"LabelSrc"`
|
||||
Uncertainty int `json:"Uncertainty"`
|
||||
Photo *Photo `json:"Photo"`
|
||||
Label *Label `json:"Label"`
|
||||
|
|
Loading…
Reference in New Issue