@openhi/platform
v0.0.30
Published
Core framework for building platform services in OpenHI. The library provides templates, workflows, and utilities for creating consistent platform implementations and standardized service structure.
Downloads
1,053
Readme
@openhi/platform
Core framework for building platform services in OpenHI. The library provides templates, workflows, and utilities for creating consistent platform implementations and standardized service structure.
When configuring CORS allowed origins (e.g. for REST API apps), do not use a trailing slash on origin URLs—use https://example.com not https://example.com/. The browser Origin header has no path component, so trailing slashes can cause CORS mismatches at API Gateway.
