Skip to main content
Deno 2 is finally 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());