first push
This commit is contained in:
5
authentication/healthcheck.py
Normal file
5
authentication/healthcheck.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.http import JsonResponse
|
||||
|
||||
|
||||
def health_check(request):
|
||||
return JsonResponse({"status": "ok"})
|
||||
Reference in New Issue
Block a user