diff --git a/src/actinia_module_plugin/endpoints.py b/src/actinia_module_plugin/endpoints.py index 97f9af2..5b389ff 100644 --- a/src/actinia_module_plugin/endpoints.py +++ b/src/actinia_module_plugin/endpoints.py @@ -109,7 +109,7 @@ def create_endpoints(flask_api): # add deprecated location endpoints create_project_endpoints(apidoc, projects_url_part="locations") - # add deprecated project endpoints + # add project endpoints create_project_endpoints(apidoc, projects_url_part="projects") apidoc.add_resource(ActiniaTemplate, "/actinia_templates")