From a27ce5877420c85cc2e1a5c36247942d06bb78dd Mon Sep 17 00:00:00 2001 From: anikaweinmann Date: Mon, 9 Dec 2024 19:15:08 +0100 Subject: [PATCH] fix comment --- src/actinia_module_plugin/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")