Skip to content

Commit 9c8a7c8

Browse files
FlurinFlurin
Flurin
authored and
Flurin
committed
changted urls
1 parent 573d99a commit 9c8a7c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

soemi-moen/deploy_camunda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ curl -w "\n" -H "Content-Type: multipart/form-data" -X POST \
33
-F "enable-duplicate-filtering=true" \
44
-F "deploy-changed-only=false" \
55
-F "data=@/home/flurin/soemi-weather/soemi-moen/soemi-moen.bpmn" \
6-
http://localhost:8080/engine-rest/deployment/create
6+
http://xn--smi-weather-rfb.ch/moenengine-rest/deployment/create
77

soemi-woeb/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function App() {
1414
};
1515

1616
const getTemp = async () => {
17-
const res = await fetch(`http://localhost:8080/engine-rest/process-definition/key/Process_13h4fbi/start`, {
17+
const res = await fetch(`http://xn--smi-weather-rfb.ch/moen/engine-rest/process-definition/key/Process_13h4fbi/start`, {
1818
method: "POST",
1919
headers: {
2020
"Content-Type": "application/json"
@@ -36,7 +36,7 @@ function App() {
3636
await delay(500);
3737
try
3838
{
39-
const varRes = await fetch(`http://localhost:8080/engine-rest/history/variable-instance?processInstanceId=${id}&variableName=temp`)
39+
const varRes = await fetch(`http://xn--smi-weather-rfb.ch/moen/engine-rest/history/variable-instance?processInstanceId=${id}&variableName=temp`)
4040
const varJson = await varRes.json();
4141
const temp = varJson.value;
4242

0 commit comments

Comments
 (0)