Skip to content

Commit

Permalink
Issue 198 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamblett authored Oct 14, 2024
1 parent 93cf377 commit a45c94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/coap_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class CoapClient {
final int maxRetransmit = 0,
final CoapMulticastResponseHandler? onMulticastResponse,
}) {
final request = CoapRequest.post(
final request = CoapRequest.put(
uri,
confirmable: confirmable,
accept: accept,
Expand Down

0 comments on commit a45c94c

Please sign in to comment.