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 6614f74c9f - Show all commits

View File

@ -50,6 +50,7 @@ def get_latest_token():
'access_token': latest_token.access_token,
'refresh_token': latest_token.refresh_token,
'expiration_seconds': latest_token.expiration_seconds,
'is_logged_in': latest_token.is_logged_in,
'timestamp': int(latest_token.timestamp.timestamp())
}
return jsonify({'token': token_info}), 200