The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2019-02-07 10:46:06 -05:00
.idea +2 2017-11-18 12:30:39 -05:00
example Dependency updates 2019-02-07 10:46:06 -05:00
lib +2 2017-11-18 12:30:39 -05:00
test +2 2017-11-18 12:30:39 -05:00
.gitignore Dependency updates 2019-02-07 10:46:06 -05:00
.travis.yml Failing, but... 2016-12-04 21:16:54 -05:00
analysis_options.yaml Dependency updates 2019-02-07 10:46:06 -05:00
CHANGELOG.md Dependency updates 2019-02-07 10:46:06 -05:00
cors.iml +2 2017-11-18 12:30:39 -05:00
LICENSE Initial commit 2016-12-02 19:35:10 -05:00
pubspec.yaml Dependency updates 2019-02-07 10:46:06 -05: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());
}