Skip to content

fix(client): allow cors requests from client on another port

Yannis Barlas requested to merge cors into master

Allows CORS requests when client and server run on different ports.
This fixes the issue with wormbase & pubmed API requests failing in development mode.

Merge request reports