Modify apiview to look like. from rest_framework.decorators import api_view @api_view(['GET', 'POST']) def questions_view(request): if request.
確定! 回上一頁