Files
Rasadyar_Hamedan/authentication/healthcheck.py
2026-01-18 11:42:00 +03:30

6 lines
108 B
Python

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