diff --git a/app/activitypub/routes.py b/app/activitypub/routes.py index 23662edc..ceb9f4a9 100644 --- a/app/activitypub/routes.py +++ b/app/activitypub/routes.py @@ -963,6 +963,7 @@ def comment_ap(comment_id): @bp.route('/post/', methods=['GET', 'POST']) +@bp.route('/post//', methods=['GET', 'POST']) def post_ap(post_id): if request.method == 'GET' and is_activitypub_request(): post = Post.query.get_or_404(post_id)