tetherless-world / adapt

0 stars 0 forks source link

cors fix for development mode #28

Closed mdfalkow closed 4 years ago

mdfalkow commented 4 years ago

Adds header to response that removes a CORS issue that would occur when running local (non-docker) development servers for both policy-tool-frontend and policy-tool-backend.

Issue still occurs if running docker container for policy-tool-backend, but this fix may cause other problems if applied in that context.

Issue does not occur when running the docker containers for both servers.