Finish broken sentence in comment
This commit is contained in:
parent
f1e366c7af
commit
9adafeb882
@ -978,6 +978,6 @@ class ManufacturerDetailViewSet(LoginRequiredMixin, BaseTemplateMixin, DetailVie
|
|||||||
def health_check_view(request) -> HttpResponse:
|
def health_check_view(request) -> HttpResponse:
|
||||||
"""
|
"""
|
||||||
Health checking view. Returns empty http response with HTTP status OK.
|
Health checking view. Returns empty http response with HTTP status OK.
|
||||||
This will be used to check
|
This will be used to check if the system is actually running correctly
|
||||||
"""
|
"""
|
||||||
return HttpResponse(status=200)
|
return HttpResponse(status=200)
|
Loading…
Reference in New Issue
Block a user