Commit 998d3b41 authored by Joel Collins's avatar Joel Collins
Browse files

Added empty class endpoint

parent 31018b0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)