mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
fix: update rest info on block size and json
This commit is contained in:
parent
ba348dbc51
commit
ff6549c3c8
2 changed files with 2 additions and 2 deletions
|
|
@ -206,7 +206,7 @@ static bool rest_headers(HTTPRequest* req,
|
|||
return true;
|
||||
}
|
||||
default: {
|
||||
return RESTERR(req, HTTP_NOT_FOUND, "output format not found (available: .bin, .hex)");
|
||||
return RESTERR(req, HTTP_NOT_FOUND, "output format not found (available: .bin, .hex, .json)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue