Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ALLOWED_ORIGINS to match dev requirements (#393)
## What's changed? When running the Editor frontend using the web component (on localhost:3012 as per the README / `.env` config) I received CORS errors, this PR provides the necessary updates to the config for development (ie. adds `localhost:3012`), along with listing the hosts / ports in an ascending order.
- Loading branch information