Skip to content

Commit d0e68a9

Browse files
committed
update samples
1 parent bac5b75 commit d0e68a9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

modules/openapi-generator/src/test/resources/3_0/go/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,15 +1324,15 @@ servers:
13241324
- 80
13251325
- 8080
13261326
default: 80
1327-
- url: https://localhost:8080/{version}
1327+
- url: http://localhost:8080/{version}
13281328
description: The local server
13291329
variables:
13301330
version:
13311331
enum:
13321332
- 'v1'
13331333
- 'v2'
13341334
default: 'v2'
1335-
- url: https://127.0.0.1/no_variable
1335+
- url: http://127.0.0.1/no_variable
13361336
description: The local server without variables
13371337
components:
13381338
requestBodies:

samples/openapi3/client/petstore/go/go-petstore/api/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ servers:
2525
- "80"
2626
- "8080"
2727
- description: The local server
28-
url: "https://localhost:8080/{version}"
28+
url: "http://localhost:8080/{version}"
2929
variables:
3030
version:
3131
default: v2
3232
enum:
3333
- v1
3434
- v2
3535
- description: The local server without variables
36-
url: https://127.0.0.1/no_variable
36+
url: http://127.0.0.1/no_variable
3737
tags:
3838
- description: Everything about your Pets
3939
name: pet

samples/openapi3/client/petstore/go/go-petstore/configuration.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)