Added empty class endpoint
This commit is contained in:
parent
31018b0c92
commit
998d3b4109
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ from flask.views import MethodView
|
|||
class Resource(MethodView):
|
||||
"""Currently identical to MethodView
|
||||
"""
|
||||
endpoint = None
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
MethodView.__init__(self, *args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue