Skip to content

Commit 8fea7e5

Browse files
removed trailing slash in endpoint path for batch-ids
1 parent 546cd3a commit 8fea7e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4332,7 +4332,7 @@ def entity_bulk_update():
43324332
json array
43334333
Each item in the array is a json object containing the uuid and hubmap_id for the given entity.
43344334
"""
4335-
@app.route('/entities/batch-ids/', methods = ['POST'])
4335+
@app.route('/entities/batch-ids', methods = ['POST'])
43364336
def get_batch_ids():
43374337
validate_token_if_auth_header_exists(request)
43384338
require_json(request)

0 commit comments

Comments
 (0)