File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ curl -w "\n" -H "Content-Type: multipart/form-data" -X POST \
3
3
-F " enable-duplicate-filtering=true" \
4
4
-F " deploy-changed-only=false" \
5
5
-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
7
7
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function App() {
14
14
} ;
15
15
16
16
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` , {
18
18
method : "POST" ,
19
19
headers : {
20
20
"Content-Type" : "application/json"
@@ -36,7 +36,7 @@ function App() {
36
36
await delay ( 500 ) ;
37
37
try
38
38
{
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` )
40
40
const varJson = await varRes . json ( ) ;
41
41
const temp = varJson . value ;
42
42
You can’t perform that action at this time.
0 commit comments