Skip to content

Commit

Permalink
refactor(Templates): Use non deprecated API in aws-nodejs-typescript
Browse files Browse the repository at this point in the history
(PR #10214)
  • Loading branch information
fredericbarthelet committed Nov 10, 2021
1 parent ad95e03 commit 6671d98
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ export default {
method: 'post',
path: 'hello',
request: {
schema: {
schemas: {
'application/json': schema
}
}
Expand Down

0 comments on commit 6671d98

Please sign in to comment.