summaryrefslogtreecommitdiff
path: root/subplot/server.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/server.yaml')
-rw-r--r--subplot/server.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/subplot/server.yaml b/subplot/server.yaml
index 7b7d461..ac45cac 100644
--- a/subplot/server.yaml
+++ b/subplot/server.yaml
@@ -21,28 +21,28 @@
python:
function: post_file
-- when: "I GET /chunks/<{var}>"
+- when: "I GET /v1/chunks/<{var}>"
impl:
python:
function: get_chunk_via_var
-- when: "I try to GET /chunks/{chunk_id}"
+- when: "I try to GET /v1/chunks/{chunk_id}"
impl:
python:
function: get_chunk_by_id
-- when: "I GET /chunks?label={sha}"
+- when: "I GET /v1/chunks?label={sha}"
regex: false
impl:
python:
function: find_chunks_with_label
-- when: "I DELETE /chunks/<{var}>"
+- when: "I DELETE /v1/chunks/<{var}>"
impl:
python:
function: delete_chunk_via_var
-- when: "I try to DELETE /chunks/{chunk_id}"
+- when: "I try to DELETE /v1/chunks/{chunk_id}"
impl:
python:
function: delete_chunk_by_id