Files
Rasadyar_Hamedan/authentication/healthcheck.py

6 lines
108 B
Python
Raw Normal View History

2026-01-18 11:42:00 +03:30
from django.http import JsonResponse
def health_check(request):
return JsonResponse({"status": "ok"})