Skip to content

v0.1.1

Compare
Choose a tag to compare
@calebkleveter calebkleveter released this 18 Mar 13:27
· 36 commits to master since this release
1457632

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.