From 32e9e7f63e9ef31367a1c919e961e8cc51796630 Mon Sep 17 00:00:00 2001 From: wing328 Date: Tue, 28 Mar 2017 16:46:29 +0800 Subject: [PATCH] add port 80 to swagger spec (#5232) --- .../2_0/petstore-with-fake-endpoints-models-for-testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml b/modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml index bb0e7e23370..d55068f432d 100644 --- a/modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml +++ b/modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml @@ -9,7 +9,7 @@ info: license: name: Apache 2.0 url: 'http://www.apache.org/licenses/LICENSE-2.0.html' -host: petstore.swagger.io +host: petstore.swagger.io:80 basePath: /v2 tags: - name: pet