Files
Rasadyar_Kurdestan/authentication/healthcheck.py
2026-01-18 11:59:48 +03:30

6 lines
108 B
Python

from django.http import JsonResponse
def health_check(request):
return JsonResponse({"status": "ok"})