diff options
author | 2018-09-04 22:06:07 +0200 | |
---|---|---|
committer | 2018-09-04 22:06:07 +0200 | |
commit | e211cbf6dbbe3a28ef1276af69c4f387db52d596 (patch) | |
tree | 8bb441e8528056806e129c5d45b3770bbaa0fd31 /api/views.py | |
parent | Add job tags. (diff) |
Set up GitLab CI properly.
Diffstat (limited to 'api/views.py')
-rw-r--r-- | api/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/views.py b/api/views.py index dbc04b56..c5582ec0 100644 --- a/api/views.py +++ b/api/views.py @@ -23,5 +23,5 @@ class HealthcheckView(APIView): authentication_classes = () permission_classes = () - def get(self, request, format=None): + def get(self, request, format=None): # noqa return Response({'status': 'ok'}) |