The Protevus Platform: Unified Full-Stack Development
https://protevus.com
.idea | ||
example | ||
lib | ||
test | ||
.gitignore | ||
.travis.yml | ||
analysis_options.yaml | ||
CHANGELOG.md | ||
cors.iml | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
cors
Angel CORS middleware. Port of the original Express CORS middleware.
main() {
var app = new Angel();
app.before.add(cors());
}