2021.8.23-2 • Published 3 years ago

@f0c1s/easy-cors v2021.8.23-2

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

@f0c1s/easy-cors

Setup CORS easily

npm i @f0c1s/easy-cors

Usage

import {easyCors} from '@f0c1s/easy-cors';
// expressApp = express();
easyCors(expressApp);

Check this service for implementation example.

License: MIT