# created by eastcoders swahili from rest_framework.decorators import api_view from rest_framework.response import Response # Create your views here. @api_view() def say_hellow(request): return Response("ok")