mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/net/app/cord: Use updated .well-known path from draft -26
This commit is contained in:
parent
a68cfacdd4
commit
6542f7008f
@ -55,7 +55,7 @@ int cord_epsim_register(const sock_udp_ep_t *rd_ep)
|
||||
|
||||
/* build the initial CON packet */
|
||||
if (gcoap_req_init(&pkt, buf, sizeof(buf), COAP_METHOD_POST,
|
||||
"/.well-known/core") < 0) {
|
||||
"/.well-known/rd") < 0) {
|
||||
return CORD_EPSIM_ERROR;
|
||||
}
|
||||
/* make packet confirmable */
|
||||
|
Loading…
Reference in New Issue
Block a user