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
game
{ "_id": string, "name": string, "quizIds": array // Something else? }
{ "_id": string, "quizDesc":string, // 퀴즈 설명 "chooseDesc":[string,string,string,string], //각 선택지 설명...? "answer":int, //퀴즈 답 "" // Something else? }
/game
GET
POST
필요에 따라 기획했던 DB 모델링이나 API를 따르지 않고 수정할 경우, Notion 문서도 갱신 부탁드립니다.
The text was updated successfully, but these errors were encountered:
rxdcxdrnine
Successfully merging a pull request may close this issue.
Collection
API
/game
-GET
/game
-POST
주의사항
필요에 따라 기획했던 DB 모델링이나 API를 따르지 않고 수정할 경우, Notion 문서도 갱신 부탁드립니다.
The text was updated successfully, but these errors were encountered: