Skip to content

Instantly share code, notes, and snippets.

@mtianyan
Created January 14, 2019 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtianyan/72fd2be5bcc58fb0d30f15bcb624bb06 to your computer and use it in GitHub Desktop.
Save mtianyan/72fd2be5bcc58fb0d30f15bcb624bb06 to your computer and use it in GitHub Desktop.
[flask] Flask Restless 20 行代码搞定服务器 CURD 接口
blueprint = manager.create_api_blueprint(Person, methods=['GET', 'POST'])
app.register_blueprint(blueprint)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment