Update api/v1/types.go
This commit is contained in:
parent
b86e9d96cf
commit
4e41e5f1a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue