changed cli
This commit is contained in:
@@ -77,7 +77,7 @@ void OutputRequestHandler::handleRequest(HTTPServerRequest &request,
|
||||
try
|
||||
{
|
||||
boost::optional<Poco::JSON::Object> json_response = parseRequest(item_type, item_name, action, score);
|
||||
json_response->stringify(std::cout);
|
||||
json_response->stringify(std::cerr);
|
||||
if(json_response)
|
||||
{
|
||||
std::ostream& ostr = response.send();
|
||||
|
||||
Reference in New Issue
Block a user