Skip to main content
The Deno 2 Release Candidate is here
Learn more

tetraCORS

A simple CORS middleware for Oak.

Usage

import { Application } from "oak";
import { tetracors } from "mod.ts";

const app = new Application();
app.use(tetracors());