diff --git a/qsa-api/qsa_api/api/projects.py b/qsa-api/qsa_api/api/projects.py index 5928f6a..d3c9cf0 100644 --- a/qsa-api/qsa_api/api/projects.py +++ b/qsa-api/qsa_api/api/projects.py @@ -418,7 +418,6 @@ def project_info_layer(name, layer_name): logger().exception(str(e)) return {"error": "internal server error"}, 415 - @projects.get("//layers/wfs") def project_layers_wfs(name): """