@f0c1s/easy-cors
v2025.4.3
Published
Middleware function for CORS problem when you are running multiple localhost servers
Downloads
16
Maintainers
Readme
@f0c1s/easy-cors
Setup CORS easily
npm install @f0c1s/easy-corsUsage
import { easyCors } from "@f0c1s/easy-cors";
// expressApp = express();
expressApp.use(easyCors);
// EARLIER it was easyCors(expressApp); that has been changed to aboveCheck this service for implementation example.
