Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cors to the rest API #260

Merged
merged 1 commit into from
Jul 16, 2019
Merged

Conversation

floo51
Copy link

@floo51 floo51 commented Jul 12, 2019

Enables calling the rest API from elsewhere, like from cypress tests.

Probably replaces #218 and fixes #211

@floo51 floo51 force-pushed the activate-cors-api branch from 19f2889 to 3d3e33a Compare July 12, 2019 08:38
@floo51 floo51 force-pushed the activate-cors-api branch from 3d3e33a to 6775bbf Compare July 12, 2019 08:48
@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #260 into master will increase coverage by 0.11%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #260      +/-   ##
==========================================
+ Coverage   71.53%   71.65%   +0.11%     
==========================================
  Files           9        9              
  Lines         513      515       +2     
  Branches      107      107              
==========================================
+ Hits          367      369       +2     
  Misses        146      146

@oktapodia
Copy link
Contributor

Thank you for your PR!

@oktapodia oktapodia merged commit 9cbd3df into maildev:master Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CORS configuration
2 participants