| 기능 | 메서드 | URL |
|---|---|---|
| 질문 등록 | POST | /api/v1/qna/questions |
| 질문 목록 조회 | GET | /api/v1/qna/questions |
| 질문 상세 조회 | GET | /api/v1/qna/questions/{question_id} |
| 질문 수정 | PUT | /api/v1/qna/questions/{question_id} |

git config pull.rebase true
git checkout develop
git pull origin develop
git checkout feature/~
git rebase develop
poetry run black .
poetry run isort .
poetry run dmypy run -- .
poetry run coverage run manage.py test

git branch --set-upstream-to=origin/develop developgit pull -u origin developpermission_classes = [AllowAny]