From ff6549c3c84ca7324032dbc37744645bf2fe1c3e Mon Sep 17 00:00:00 2001 From: Chris Abrams Date: Tue, 28 Apr 2020 20:17:03 -0500 Subject: fix: update rest info on block size and json --- src/rest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rest.cpp') diff --git a/src/rest.cpp b/src/rest.cpp index 0629557584..b389bf2028 100644 --- a/src/rest.cpp +++ b/src/rest.cpp @@ -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)"); } } } -- cgit v1.2.3