diff --git a/shimatta_kenkyusho/parts/views.py b/shimatta_kenkyusho/parts/views.py index 631ee7d..4d42474 100644 --- a/shimatta_kenkyusho/parts/views.py +++ b/shimatta_kenkyusho/parts/views.py @@ -978,6 +978,6 @@ class ManufacturerDetailViewSet(LoginRequiredMixin, BaseTemplateMixin, DetailVie def health_check_view(request) -> HttpResponse: """ 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) \ No newline at end of file