Created
May 18, 2022 13:30
-
-
Save twyle/5437d2a5c1ee632476a85b9ab2ab9cb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@app.route('/home', methods=['GET']) | |
def home() -> str: | |
"""Provide the user with the option to register with GitHub.""" | |
return render_template('index.html', client_id=app.config['CLIENT_ID']), 200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment