aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-01-28 09:16:14 -0600
committerFrederick Muriuki Muriithi2025-01-28 09:16:14 -0600
commit7b468bf8ad6d62568f7be01c86ad1df7e4c74ba4 (patch)
tree93340ffb90c80139f5c2a694172deea6366b8b39
parent0eca61dce4e4a3055f3fa86609c2343ba8c643a1 (diff)
downloadgn-uploader-7b468bf8ad6d62568f7be01c86ad1df7e4c74ba4.tar.gz
Update endpoint: Make it more consistent.
-rw-r--r--uploader/phenotypes/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py
index 1e8c9ef..2d8abdb 100644
--- a/uploader/phenotypes/views.py
+++ b/uploader/phenotypes/views.py
@@ -520,7 +520,7 @@ def job_status(
@phenotypesbp.route(
"<int:species_id>/populations/<int:population_id>/phenotypes/datasets"
- "/<int:dataset_id>/review-job/<uuid:job_id>",
+ "/<int:dataset_id>/job/<uuid:job_id>/review",
methods=["GET"])
@require_login
@with_dataset(