Skip to content

Commit 1ee810b

Browse files
authored
chore: fix status code regex pattern
1 parent f471f4d commit 1ee810b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ custom:
415415
cors: true
416416
response:
417417
- statusCode: 200
418-
selectionPattern: '2\\d{2}'
418+
selectionPattern: '2\d{2}'
419419
responseParameters: {}
420420
responseTemplates:
421421
application/json: |-

0 commit comments

Comments
 (0)