greyli / helloflask

Hello, Flask!
https://docs.helloflask.com
MIT License
1.87k stars 2.53k forks source link

第10章--待办事项程序--5.创建资源类 P451 #169

Closed hp66722667 closed 5 years ago

hp66722667 commented 5 years ago

class Item(MethodView): .... 类名应该是 class ItemAPI() 因为下面的add_url_rule()中是 view_func=ItemAPI.as_view('item_api')

greyli commented 5 years ago

已更新到勘误,感谢反馈。