@f0c1s/easy-cors
v2021.8.23-2
Published
Middleware function for CORS problem when you are running multiple localhost servers
Downloads
9
Readme
@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.