Skip to content

Commit

Permalink
chore: fix status code regex pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhaining authored Oct 5, 2020
1 parent f471f4d commit 1ee810b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ custom:
cors: true
response:
- statusCode: 200
selectionPattern: '2\\d{2}'
selectionPattern: '2\d{2}'
responseParameters: {}
responseTemplates:
application/json: |-
Expand Down

0 comments on commit 1ee810b

Please sign in to comment.