Cors constructor
Cors({})
Implementation
Cors({
this.allowCredentials,
this.allowHeaders,
this.allowMethods,
this.allowOrigins,
this.exposeHeaders,
this.maxAge,
});
Cors({
this.allowCredentials,
this.allowHeaders,
this.allowMethods,
this.allowOrigins,
this.exposeHeaders,
this.maxAge,
});