v0.1.1
CORS Middleware
Added CORS middleware to the MiddlewareConfig
instance. This adds the CORS headers to all responses and adds support for OPTIONS
requests. This allows you to interact with the service with with front-end libraries like Axios.