1
0
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:
chrysn 2021-03-01 11:20:42 +01:00
parent a68cfacdd4
commit 6542f7008f

View File

@ -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 */