Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created August 14, 2010 14:40
Show Gist options
  • Save fsouza/524355 to your computer and use it in GitHub Desktop.
Save fsouza/524355 to your computer and use it in GitHub Desktop.
@admin.route('/languages/<slug>', methods=['PUT'])
def update_language(slug):
return 'Hi'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment