From 3ad26793527bf077e296d652d22a0e4234a9b98d Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 26 Jun 2020 14:11:49 +0200 Subject: Implement DELETE and fix tests --- opendc/api/v2/topologies/topologyId/endpoint.py | 1 - 1 file changed, 1 deletion(-) (limited to 'opendc/api/v2/topologies') diff --git a/opendc/api/v2/topologies/topologyId/endpoint.py b/opendc/api/v2/topologies/topologyId/endpoint.py index 3470ad94..6c6ab9c2 100644 --- a/opendc/api/v2/topologies/topologyId/endpoint.py +++ b/opendc/api/v2/topologies/topologyId/endpoint.py @@ -11,7 +11,6 @@ def GET(request): topology = Topology.from_id(request.params_path['topologyId']) topology.check_exists() - topology.check_user_access(request.google_id, False) return Response(200, 'Successfully retrieved topology.', topology.obj) -- cgit v1.2.3