The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2017-04-09 22:47:15 -04:00
lib :) 2016-12-21 12:43:42 -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 1.0.0 2017-04-09 22:47:15 -04:00
README.md 1.0.0 2017-04-09 22:47:15 -04:00

cors

1.0.0 build status

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

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