docs: http method names like `GET and POST`
This commit is contained in:
parent
8284217593
commit
3fa4fd0908
11 changed files with 44 additions and 44 deletions
|
|
@ -46,7 +46,7 @@ class into an actual view function by using the
|
|||
that function is the name of the endpoint that view will then have. But
|
||||
this by itself is not helpful, so let's refactor the code a bit::
|
||||
|
||||
|
||||
|
||||
from flask.views import View
|
||||
|
||||
class ListView(View):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue