PyBites-Open-Source/questionnaire-api

Questions endpoint to be updated

bymayanksingh opened this issue · 0 comments

This endpoint should be removed. Since we will get the question's answers from _links, there is no point anymore to have this endpoint.

@question_bp.route("/questions/<int:id>/answers", methods=["GET"])