Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 26, 2023
1 parent 962e7e2 commit af647f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycsw/stac/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def landing_page(self, headers_, args):
'rel': 'http://www.opengis.net/def/rel/ogc/1.0/queryables',
'type': 'application/schema+json',
'title': 'Queryables',
'href': f"{self.config['server']['url']}/search"
'href': f"{self.config['server']['url']}/queryables"
}, {
'rel': 'search',
'type': 'application/json',
Expand Down

0 comments on commit af647f8

Please sign in to comment.