We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
백엔드에 타입이 제대로 안되어 있는 경우가 너무 많아요. 예를들면
여기서 단순히 Dict가 아니라 Dict 안에 Pydantic의 BaseModel을 이용한 Schema가 들어가야 하는게 맞아요.
이것 뿐만 아니라 router에서 반환하는 모든 경우에 대해 엄격하게 체크해야 할텐데, 대충대충 되어있는게 너무 많습니다~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
백엔드에 타입이 제대로 안되어 있는 경우가 너무 많아요. 예를들면
여기서 단순히 Dict가 아니라 Dict 안에 Pydantic의 BaseModel을 이용한 Schema가 들어가야 하는게 맞아요.
이것 뿐만 아니라 router에서 반환하는 모든 경우에 대해 엄격하게 체크해야 할텐데, 대충대충 되어있는게 너무 많습니다~
The text was updated successfully, but these errors were encountered: