Skip to content

Commit

Permalink
fix response
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Apr 26, 2020
1 parent 4dff5db commit d2125d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/2-standard-multiple-api-specs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function routesV2(app) {
{
pet_id: 1,
pet_name: 'happy',
pet_type: 'cat',
pet_type: 'kitty',
},
]);
});
Expand Down

0 comments on commit d2125d6

Please sign in to comment.