File tree Expand file tree Collapse file tree
samples/client/petstore/groovy/src/main/groovy/org/openapitools/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.openapitools.model.ModelApiResponse
55import org.openapitools.model.Pet
66
77class PetApi {
8- String basePath = " http://petstore.swagger.io /v2"
8+ String basePath = " http://localhost /v2"
99 String versionPath = " "
1010 ApiUtils apiUtils = new ApiUtils ();
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.openapitools.api.ApiUtils
44import org.openapitools.model.Order
55
66class StoreApi {
7- String basePath = " http://petstore.swagger.io /v2"
7+ String basePath = " http://localhost /v2"
88 String versionPath = " "
99 ApiUtils apiUtils = new ApiUtils ();
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.openapitools.api.ApiUtils
44import org.openapitools.model.User
55
66class UserApi {
7- String basePath = " http://petstore.swagger.io /v2"
7+ String basePath = " http://localhost /v2"
88 String versionPath = " "
99 ApiUtils apiUtils = new ApiUtils ();
1010
You can’t perform that action at this time.
0 commit comments