Skip to content

Commit 7fb240b

Browse files
committed
update samples
1 parent c4a41d5 commit 7fb240b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/client/petstore/groovy/src/main/groovy/org/openapitools/api/PetApi.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.openapitools.model.ModelApiResponse
55
import org.openapitools.model.Pet
66

77
class PetApi {
8-
String basePath = "http://petstore.swagger.io/v2"
8+
String basePath = "http://localhost/v2"
99
String versionPath = ""
1010
ApiUtils apiUtils = new ApiUtils();
1111

samples/client/petstore/groovy/src/main/groovy/org/openapitools/api/StoreApi.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.openapitools.api.ApiUtils
44
import org.openapitools.model.Order
55

66
class StoreApi {
7-
String basePath = "http://petstore.swagger.io/v2"
7+
String basePath = "http://localhost/v2"
88
String versionPath = ""
99
ApiUtils apiUtils = new ApiUtils();
1010

samples/client/petstore/groovy/src/main/groovy/org/openapitools/api/UserApi.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.openapitools.api.ApiUtils
44
import org.openapitools.model.User
55

66
class UserApi {
7-
String basePath = "http://petstore.swagger.io/v2"
7+
String basePath = "http://localhost/v2"
88
String versionPath = ""
99
ApiUtils apiUtils = new ApiUtils();
1010

0 commit comments

Comments
 (0)