Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from django.views.decorators.http import require_http_methods
from drf_yasg.openapi import Contact
from drf_yasg.openapi import Info
from drf_yasg.utils import swagger_auto_schema
from drf_yasg.views import get_schema_view
from rest_framework.permissions import AllowAny

Expand All @@ -21,6 +20,5 @@


@require_http_methods(["GET"])
@swagger_auto_schema(method='get')
def health(request: HttpRequest):
return HttpResponse(status=200)