You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this is only a pure HTTP get request it would be more accurate to just return the result and exclude the jsonrpc related stuff.
In other words the following would be better:
* fix(http server): omit jsonrpc details health API
Closing #784
Ordinary GET requests doesn't expect the body the be formatted as
`JSON-RPC` responses which this fixes.
* address grumbles
* Update http-server/src/server.rs
* cargo fmt
As this is only a pure HTTP get request it would be more accurate to just return the result and exclude the jsonrpc related stuff.
In other words the following would be better:
The text was updated successfully, but these errors were encountered: