diff --git a/cors.ts b/cors.ts index 753a392..dbe056d 100644 --- a/cors.ts +++ b/cors.ts @@ -105,6 +105,7 @@ export class Cors { else { setStatus(corsOptions.optionsSuccessStatus); setResponseHeader("Content-Length", "0"); + return end(); } } else {