Skip to content

Commit

Permalink
Fix brands query
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Newton committed Jul 25, 2018
1 parent 0e14496 commit d80e3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brands/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
thingsApiUrl = "http://api.ft.com/things/"
ftThing = "http://www.ft.com/thing/"
brandOntology = "http://www.ft.com/ontology/product/Brand"
queryParams = "?showRelationship=broader&showRelationship=narrower"
queryParams = "?showRelationship=broaderTransitive&showRelationship=narrower"
)

type BrandsHandler struct {
Expand Down

0 comments on commit d80e3dd

Please sign in to comment.