Skip to content

bugfix: invalid json in HTTP API

Vaclav Sraier requested to merge manager-wrong-return-type-fix into manager

The HTTP API returned python objects by calling str() on them, instead of json.dumps()

Merge request reports