Skip to content

Commit

Permalink
chore: fix CoAP forms in complex example
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 23, 2023
1 parent ab46394 commit 340aa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/complex_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const thingDescriptionJson = '''
"forms": [
{
"href": "coap://coap.me",
"coap:method": "PUT"
"coap:method": "GET"
}
]
},
Expand Down Expand Up @@ -80,7 +80,7 @@ const thingDescriptionJson = '''
"toggle": {
"forms": [
{
"href": "coap://coap.me"
"href": "coap://coap.me/large-create"
}
]
}
Expand Down

0 comments on commit 340aa2b

Please sign in to comment.