y-server-plugin-cors

0.0.1 • Public • Published

y-server-plugin-cors

y-server-plugin-cors is a y-server plugin to allow cors.

Install

npm install y-server-plugin-cors

Usage

const yServer = require('y-server');
const corsPlugin = require('y-server-plugin-cors');

yServer({
  plugins: [
    corsPlugin(),
  ],
})

Notes

  • path is the path allow cors.

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i y-server-plugin-cors

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • smadey