Skip to content

Commit

Permalink
Merge pull request #213 from santana98/patch-1
Browse files Browse the repository at this point in the history
Update aula_03.md
  • Loading branch information
dunossauro authored Jul 22, 2024
2 parents b48f5f2 + f47f7d4 commit 570f463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aulas/quizes/aula_03.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ content:
{
"questao": "07 - Sobre o relacionamento dos schemas, qual seria a resposta esperada pelo cliente em UserList?",
"opcoes": {
"a": '{"user": {"username": "string", "email": "[email protected]"}}',
"b": '{"user": [{"username": "string", "email": "[email protected]"}]}',
"a": '{"users": {"username": "string", "email": "[email protected]"}}',
"b": '{"users": [{"username": "string", "email": "[email protected]"}]}',
"c": "As duas estão corretas",
},
"correta": "b",
Expand Down

0 comments on commit 570f463

Please sign in to comment.