Visual-Communications / fair-housing-pledge

https://fairhousingpledge.com/
0 stars 0 forks source link

Allow CORS during local development #105

Closed paulshryock closed 3 years ago

paulshryock commented 3 years ago

Sharing resources between the server API (http://localhost:3000) and client website (http://localhost:8082) origins is blocked without CORS. This results in CSS and JS assets not loading correctly while viewing the admin dashboard locally during development.