编程语言
首页 > 编程语言> > python-flask学习笔记

python-flask学习笔记

作者:互联网

python-flask学习笔记

官方:https://flask-restful.readthedocs.io/en/latest/quickstart.html

需要解决的问题

  1. endpoint的作用
api.add_resource(Todo,'/todo/<int:todo_id>', endpoint='todo_ep')

标签:endpoint,python,笔记,flask,en,todo
来源: https://www.cnblogs.com/feel-myself/p/16377852.html