Skip to content
New issue

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

커리큘럼 별 퀴즈 API 생성 #1607

Open
BGuga opened this issue Oct 18, 2023 · 0 comments
Open

커리큘럼 별 퀴즈 API 생성 #1607

BGuga opened this issue Oct 18, 2023 · 0 comments
Labels
BE 로드맵 로드맵 스쿼드 관련 이슈

Comments

@BGuga
Copy link
Contributor

BGuga commented Oct 18, 2023

커리큘럼 별 퀴즈 응답 API를 생성합니다.

request
GET /quizzes?curriculumId=1
	
response 200 OK
response
[
    {
        "id" : 1,
        "question" : "quizz1"
    },
    {
        "id" : 2,
        "question" : "quizz2"
    }
]
@BGuga BGuga added BE 로드맵 로드맵 스쿼드 관련 이슈 labels Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 로드맵 로드맵 스쿼드 관련 이슈
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant