The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2016-12-04 21:49:14 -05:00
lib 1.0.0-dev 2016-12-04 21:48:35 -05:00
test 1.0.0-dev 2016-12-04 21:48:35 -05:00
.gitignore Failing, but... 2016-12-04 21:16:54 -05: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 sdk constraint 2016-12-04 21:49:14 -05:00
README.md Failing, but... 2016-12-04 21:16:54 -05:00

cors

1.0.0-dev build status

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

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