학습 내용 정리/python
PULL methods 미스테리 3 : 해결완료
verdantjuly
2023. 5. 22. 09:59
728x90
문제 : 수정하기 method 를 PUT 이 아닌 PULL로 적음. 그런데 작동함.
시도 : 튜터님과 chatGPT, Bard 에 질문
해결 : flask 에서 적절한 method가 없으면 GET으로 처리
https://github.com/pallets/flask/blob/main/src/flask/app.py 의 1024 line
알게 된 점: 적절한 methods를 입력하지 않으면 알아서 methods를 준다.