The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
thosakwe a24a75cb6a +1
2017-04-15 15:45:29 -04:00
lib +1 2017-04-15 15:45:29 -04:00
test +1 2017-04-15 15:45:29 -04:00
.gitignore +1 2017-04-15 15:45:29 -04:00
.travis.yml Failing, but... 2016-12-04 21:16:54 -05:00
LICENSE Initial commit 2016-12-02 19:35:10 -05:00
pubspec.yaml +1 2017-04-15 15:45:29 -04:00
README.md +1 2017-04-15 15:45:29 -04:00

cors

1.0.0+1 build status

Angel CORS middleware. Port of the original Express CORS middleware.

main() {
    var app = new Angel();
    app.before.add(cors());
}