0.0.7 • Published 4 years ago
qoq-cors
Cross Origin Resource Sharing for qoq based on @koa/cors.

Installation
yarn add qoq-cors
Usage
import { WebSlotManager } from 'qoq';
import { Cors } from 'qoq-cors';
export const webSlots = WebSlotManager.use(new Cors());
Options
@see @koa/cors