Skip to content

Instantly share code, notes, and snippets.

@uniphil
Created July 18, 2015 22:38
Show Gist options
  • Save uniphil/7d221db332a1f3766218 to your computer and use it in GitHub Desktop.
Save uniphil/7d221db332a1f3766218 to your computer and use it in GitHub Desktop.
@app.route('/')
def home():
return "hello world"
### OR ###
def home():
return "hello world"
app.route('/')(home)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment