From c6a14d72cc591adfba95e70b7372949c1cfb8775 Mon Sep 17 00:00:00 2001 From: AminYacine <78700458+AminYacine@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:16:37 +0100 Subject: [PATCH] feat(platform #66): adjusted endpoints --- .../order-example-camunda7/src/main/resources/miranum.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/order-example/order-example-camunda7/src/main/resources/miranum.json b/order-example/order-example-camunda7/src/main/resources/miranum.json index 6730c49..92fe889 100644 --- a/order-example/order-example-camunda7/src/main/resources/miranum.json +++ b/order-example/order-example-camunda7/src/main/resources/miranum.json @@ -14,15 +14,15 @@ "targetEnvironments": [ { "name": "local", - "url": "http://localhost:8090/engine-rest" + "url": "https://miranum.miragon.dev/deployment" }, { "name": "dev", - "url": "https://miranum.miragon.dev/rest" + "url": "https://miranum.miragon.dev/deployment" }, { "name": "test", - "url": "http://localhost:8090" + "url": "https://miranum.miragon.dev/deployment" } ] }