Skip to content

Instantly share code, notes, and snippets.

@twyle
Created May 18, 2022 13:30
Show Gist options
  • Save twyle/5437d2a5c1ee632476a85b9ab2ab9cb8 to your computer and use it in GitHub Desktop.
Save twyle/5437d2a5c1ee632476a85b9ab2ab9cb8 to your computer and use it in GitHub Desktop.
@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