Update productGet.groovy

This commit is contained in:
acmexii
2019-11-01 09:27:40 +09:00
committed by GitHub
parent 5d17aa6dd7
commit b286cad934

View File

@@ -3,7 +3,7 @@ package contracts.rest
org.springframework.cloud.contract.spec.Contract.make { org.springframework.cloud.contract.spec.Contract.make {
request { request {
method 'GET' method 'GET'
url ('/product/1') url ('/item/1')
headers { headers {
contentType(applicationJson()) contentType(applicationJson())
} }