Closed pmundt closed 3 years ago
The HTTP router currently fails the OPTIONS pre-flight check and returns an unhandled method error. We need to add a CORS middleware to the shelf router in order to enable execution on the local simulator from the OpenAPI documentation.
OPTIONS
The HTTP router currently fails the
OPTIONS
pre-flight check and returns an unhandled method error. We need to add a CORS middleware to the shelf router in order to enable execution on the local simulator from the OpenAPI documentation.