platform/README.md
2019-02-07 10:48:51 -05:00

390 B

cors

Pub build status

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

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