From 4d1a592698527bd74b326b833c3a70bcdca3a027 Mon Sep 17 00:00:00 2001 From: Lisa-Ann B Date: Tue, 5 Sep 2023 11:49:34 -0400 Subject: [PATCH] Resolve route namespace --- src/routes/entity_CRUD/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/entity_CRUD/__init__.py b/src/routes/entity_CRUD/__init__.py index 1a768269..bd3c0b83 100644 --- a/src/routes/entity_CRUD/__init__.py +++ b/src/routes/entity_CRUD/__init__.py @@ -1029,7 +1029,7 @@ def validate_upload(upload_uuid): #method to reorganize an Upload #saves the upload then calls the reorganize workflow via #AirFlow interface -@app.route('/uploads//reorganize', methods=['PUT']) +@entity_CRUD_blueprint.route('/uploads//reorganize', methods=['PUT']) def reorganize_upload(upload_uuid): #get auth info to use in other calls