diff --git a/app/main.py b/app/main.py index d185a27..fbed310 100644 --- a/app/main.py +++ b/app/main.py @@ -98,7 +98,7 @@ def oauth_redirect(): return redirect(url_for('home')) # logout -@app.route('/logout') +@app.route('/logout', methods=['POST']) def logout(): token_id = session.get('token_id')