Skip to content

Instantly share code, notes, and snippets.

@kanghyojun
Created October 27, 2013 12:03
Show Gist options
  • Select an option

  • Save kanghyojun/7181040 to your computer and use it in GitHub Desktop.

Select an option

Save kanghyojun/7181040 to your computer and use it in GitHub Desktop.
@restful.get
@app.route('/abc/')
def abc():
pass
@abc.put
def edit_abc():
pass
@abc.delete
def delete_abc():
pass
@abc.post
def create_abc():
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment