Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CORS middleware BEFORE handing off request (#50)
* Add CORS middleware BEFORE handing off request This prevented false CORS errors that arose really because the server raised an exception and trying to immediately return a response (preventing the CORS middleware from being added in the first place) * fix import
- Loading branch information