cors
Summary
Middleware that adds CORS headers and handles CORS preflight requests.
Signature
function cors(options: CorsOptions): Middleware;
Params
options
CORS options
Returns
CORS middleware
Middleware that adds CORS headers and handles CORS preflight requests.
function cors(options: CorsOptions): Middleware;
CORS options
CORS middleware