Esempio n. 1
0
def list(question_id=None):
    print(request.data)
    return Question.get_delete_put_post(question_id)