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

[minor] add CORS middleware #4

Merged
merged 4 commits into from Dec 29, 2016
Merged

[minor] add CORS middleware #4

merged 4 commits into from Dec 29, 2016

Conversation

Swaagie
Copy link
Member

@Swaagie Swaagie commented Dec 27, 2016

Prerequisite to allow browsers to request build details (dashboard etc)

@@ -2,7 +2,8 @@

var cookieParser = require('cookie-parser'),
bodyParser = require('body-parser'),
debugParam = require('./debug');
debugParam = require('./debug'),
cors = require('cors');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah we can do that as well :)

@3rd-Eden
Copy link

+1

@Swaagie Swaagie merged commit a1525c2 into master Dec 29, 2016
@Swaagie Swaagie deleted the cors branch December 29, 2016 12:40
@Swaagie
Copy link
Member Author

Swaagie commented Dec 29, 2016

Released as 1.4.0

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.

None yet

2 participants