@colstonjs/cors
v1.0.0-rc.2
Published
Colstonjs cors
Downloads
2
Readme
cors
Colstonjs cors
bun add @colstonjs/cors
Usage
import cors from '@colstonjs/cors';
import Colston from '@colstonjs/core';
const app: Colston = new Colston();
app.use(cors())
app.listen(8000, () => console.log(':listening'));
See the docs for more information on cors
handling in Colstonjs.