390 B
390 B
cors
Angel CORS middleware. Port of the original Express CORS middleware.
main() {
var app = new Angel();
app.fallback(cors());
}
Angel CORS middleware. Port of the original Express CORS middleware.
main() {
var app = new Angel();
app.fallback(cors());
}