I am working on an app using Vue js. According to my setting I need to pass to a variable to my URL when setting change.
Vue js
install:
npm i cors
Then include cors():
app.get("/list",cors(),(req,res) =>{ });