From f63d02dfc0f2e7e5f6c4534c7b4e599bea4df2f1 Mon Sep 17 00:00:00 2001 From: Chaiwat Suttipongsakul Date: Sat, 2 Feb 2019 23:49:32 +0700 Subject: [PATCH] enable IndieAuth endpoint --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index cf1d003..4459267 100644 --- a/app.py +++ b/app.py @@ -2089,7 +2089,7 @@ def indieauth_flow(): return redirect(red) -# @app.route('/indieauth', methods=['GET', 'POST']) +@app.route('/indieauth', methods=['GET', 'POST']) def indieauth_endpoint(): if request.method == "GET": if not session.get("logged_in"):