Skip to content

Commit

Permalink
Resolve route namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
libpitt committed Sep 5, 2023
1 parent eaff475 commit 4d1a592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/entity_CRUD/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/<upload_uuid>/reorganize', methods=['PUT'])
@entity_CRUD_blueprint.route('/uploads/<upload_uuid>/reorganize', methods=['PUT'])
def reorganize_upload(upload_uuid):

#get auth info to use in other calls
Expand Down

0 comments on commit 4d1a592

Please sign in to comment.