/api/v1/ping/ was added in 2.1.0

This commit is contained in:
Luke Sneeringer
2014-12-02 10:39:54 -06:00
parent d6699353e5
commit c3b962ced5
2 changed files with 2 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ class ApiV1PingView(APIView):
permission_classes = (AllowAny,)
authentication_classes = ()
view_name = 'Ping'
new_in_210 = True
def get(self, request, format=None):
"""Return some basic information about this Tower instance.