0.1.0 • Published 2 years ago
@exotjs/cors v0.1.0
Cross Origin Requests (CORs) plugin (middleware) for Exot
Usage
import { Exot } from '@exotjs/exot';
import { cors } from '@exotjs/cors';
new Exot()
// mount plugin
.use(cors());
License
MIT
import { Exot } from '@exotjs/exot';
import { cors } from '@exotjs/cors';
new Exot()
// mount plugin
.use(cors());
MIT