You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
(기존) 전체 field를 다 전송하지않으면,
부족한 필드 있다고 Bad request뜸.
Reqparser에서 required=True 때문인데,
이 때문에 put용으로 reqparser를 추가하면,
안그래도 field, reqparser로 난잡한 controller 파일이 쓸데없이 더 길어짐...
그래서 일단 이렇게 뒀음.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(기존) 전체 field를 다 전송하지않으면,
부족한 필드 있다고 Bad request뜸.
Reqparser에서 required=True 때문인데,
이 때문에 put용으로 reqparser를 추가하면,
안그래도 field, reqparser로 난잡한 controller 파일이 쓸데없이 더 길어짐...
그래서 일단 이렇게 뒀음.
The text was updated successfully, but these errors were encountered: