Skip to content

Commit 9764b45

Browse files
xorimaMikeRalphson
andauthored
fix(petstore): Set to correct api url (OAI#3145)
* fix(petstore): Set to correct api url Petstore api is now listening at: https://petstore.swagger.io/ * Update examples/v3.0/petstore-expanded.yaml Co-authored-by: Mike Ralphson <[email protected]> --------- Co-authored-by: Mike Ralphson <[email protected]>
1 parent 2408885 commit 9764b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v3.0/petstore-expanded.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ info:
1212
name: Apache 2.0
1313
url: https://www.apache.org/licenses/LICENSE-2.0.html
1414
servers:
15-
- url: http://petstore.swagger.io/api
15+
- url: https://petstore.swagger.io/v2
1616
paths:
1717
/pets:
1818
get:

0 commit comments

Comments
 (0)