The Protevus Platform: Unified Full-Stack Development
https://protevus.com
lib | ||
test | ||
.gitignore | ||
.travis.yml | ||
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());
}