Skip to content

Instantly share code, notes, and snippets.

@lusentis
Created July 8, 2012 17:42
Show Gist options
  • Save lusentis/3072010 to your computer and use it in GitHub Desktop.
Save lusentis/3072010 to your computer and use it in GitHub Desktop.
routes = [
['/profile/', 'my_profile']
['/login/', 'login']
['/logout/', ['User', 'logout']]
['/upload/', 'show_upload']
['/docs/', 'my_docs']
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment