Skip to content

Commit

Permalink
fix data_sources endpoint name end point
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Nov 18, 2024
1 parent e0df579 commit 37fceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omero_search_engine/api/v1/resources/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def index():
return "OMERO search engine (API V1)"


@resources.route("/data_resources/", methods=["GET"])
@resources.route("/data_sources/", methods=["GET"])
def return_data_resources():
"""
file: swagger_docs/datasources.yml
Expand Down

0 comments on commit 37fceb9

Please sign in to comment.