Skip to content

Commit 81e2ab0

Browse files
committed
Updated Example
1 parent c2e4d60 commit 81e2ab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ axios({
88
"useQueryString": true
99
}, "params": {
1010
"to": "07xyzzzzzz",
11-
"message": "test",
12-
"connection_id": "... connection id ...",
13-
"password": "... password ..."
11+
"message": "My Test Message",
12+
"connection_id": "... My Connection ID ...",
13+
"password": "... My Connection Password ..."
1414
}
1515
})
1616
.then((response) => {

0 commit comments

Comments
 (0)