Separate services - app, db, and job #1
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user