feat: add AirShelf core implementation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.http import JsonResponse
|
||||
|
||||
|
||||
def health_check(request):
|
||||
return JsonResponse({"status": "ok", "service": "airshelf-backend"})
|
||||
|
||||
Reference in New Issue
Block a user