2025.4.3 • Published 6 months ago

@f0c1s/easy-cors v2025.4.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 months ago

@f0c1s/easy-cors

Setup CORS easily

npm install @f0c1s/easy-cors

Usage

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

// EARLIER it was easyCors(expressApp); that has been changed to above

Check this service for implementation example.

License: MIT