summaryrefslogtreecommitdiff
path: root/opendc/api/v2/topologies/topologyId
diff options
context:
space:
mode:
authorjc0b <j@jc0b.computer>2020-06-25 22:45:57 +0200
committerjc0b <j@jc0b.computer>2020-06-25 22:45:57 +0200
commitb4af0b06bd5a77fa3b008a78d0552aac1d344a2b (patch)
treea4a50ad9b7e5d52ac30039c6980d4410f9848727 /opendc/api/v2/topologies/topologyId
parent61cf27a9529e503d3c56854c9d664f2d9520213a (diff)
POST for topologies with tests
Diffstat (limited to 'opendc/api/v2/topologies/topologyId')
-rw-r--r--opendc/api/v2/topologies/topologyId/test_endpoint.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/opendc/api/v2/topologies/topologyId/test_endpoint.py b/opendc/api/v2/topologies/topologyId/test_endpoint.py
index 0e264270..e54052aa 100644
--- a/opendc/api/v2/topologies/topologyId/test_endpoint.py
+++ b/opendc/api/v2/topologies/topologyId/test_endpoint.py
@@ -1,13 +1,6 @@
from opendc.util.database import DB
'''
-POST /topologies
-'''
-
-
-
-
-'''
GET /topologies/{topologyId}
'''