summaryrefslogtreecommitdiff
path: root/subplot/server.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/server.yaml')
-rw-r--r--subplot/server.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/subplot/server.yaml b/subplot/server.yaml
index faf8f49..7b7d461 100644
--- a/subplot/server.yaml
+++ b/subplot/server.yaml
@@ -31,11 +31,11 @@
python:
function: get_chunk_by_id
-- when: "I GET /chunks?sha256={sha}"
+- when: "I GET /chunks?label={sha}"
regex: false
impl:
python:
- function: find_chunks_with_sha
+ function: find_chunks_with_label
- when: "I DELETE /chunks/<{var}>"
impl: