EVA SFA controller hosts “ui/” folder as static web content (except .j2 files), but you can perform a little trick on YAML and JSON files: convert them on the flow.
E.g. you have YAML file “config/test.yml” with content:
param1: 1 param2: somevalue
to get it as JSON, add “as=json” param to query string:
Continue reading ““Serve as” feature in EVA SFA”