Separate services - app, db, and job #1

Open
swapnil wants to merge 36 commits from swapnil/inoreader2readwise:main into main
Showing only changes of commit 67766a7708 - Show all commits

View File

@ -98,7 +98,7 @@ def oauth_redirect():
return redirect(url_for('home')) return redirect(url_for('home'))
# logout # logout
@app.route('/logout') @app.route('/logout', methods=['POST'])
def logout(): def logout():
token_id = session.get('token_id') token_id = session.get('token_id')