This commit is contained in:
NikolajDanger
2023-01-13 14:43:05 +01:00
parent 0844b209b1
commit 51454e43a5
3 changed files with 100 additions and 1 deletions

View File

@ -7,7 +7,7 @@ service BuyerService {
execution { single }
outputPort Seller {
location: "socket://localhost:9005"
location: "socket://localhost:9007"
protocol: http { format = "json" }
interfaces: SellerInterface
}