Separate services - app, db, and job #1

Open
swapnil wants to merge 36 commits from swapnil/inoreader2readwise:main into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 67766a7708 - Show all commits

View File

@ -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')