Skip to content

Commit

Permalink
Merge ac27933 into 5f0435b
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Apr 21, 2023
2 parents 5f0435b + ac27933 commit 08f8b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexd/index/blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def get_aliases(record):
return flask.jsonify(aliases_payload), 200


@blueprint.route("/index/<path:record>/aliases", methods=["POST"])
@blueprint.route("/index/<path:record>/aliases/", methods=["POST"], strict_slashes=False)
def append_aliases(record):
"""
Append one or more aliases to aliases already associated with this
Expand Down

0 comments on commit 08f8b6e

Please sign in to comment.