import { type CorsOptions } from "https://deno.land/x/deno_nest@v3.5.2/modules/cors/mod.ts";
Interface describing CORS options that can be set.
Properties
Configures the Access-Control-Allow-Origins
CORS header. See here for more detail.
import { type CorsOptions } from "https://deno.land/x/deno_nest@v3.5.2/modules/cors/mod.ts";
Interface describing CORS options that can be set.
Configures the Access-Control-Allow-Origins
CORS header. See here for more detail.