Skip to content

Commit

Permalink
panosc aggregator uses endpoints starting by capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
antolinos committed Jan 26, 2023
1 parent ae05f29 commit 30ebd12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datagateway_api/src/api_start_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ def create_api_endpoints(flask_app, api, specs):
)
search_api_extension = Config.config.search_api.extension
search_api_entity_endpoints = {
"datasets": "Dataset",
"documents": "Document",
"instruments": "Instrument",
"Datasets": "Dataset",
"Documents": "Document",
"Instruments": "Instrument",
}

for endpoint_name, entity_name in search_api_entity_endpoints.items():
Expand Down

0 comments on commit 30ebd12

Please sign in to comment.