angel_cors 1.0.0-dev+2
angel_cors: ^1.0.0-dev+2 copied to clipboard
Angel CORS middleware.
cors #
Angel CORS middleware. Port of the original Express CORS middleware.
main() {
var app = new Angel();
app.before.add(cors());
}
copied to clipboard