1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

api: add indention to API outputw

This commit is contained in:
Steffen Vogel 2020-08-25 20:26:41 +02:00
parent bfa6668992
commit a293d22f93

View file

@ -208,7 +208,7 @@ int Session::writeable()
json_t *json_response = resp->toJson();
responseBuffer.encode(json_response);
responseBuffer.encode(json_response, JSON_INDENT(4));
code = resp->getCode();
}