ProxyTable where does it go in .15 config file
-
I use featherjs and had this json in my index file under config/ in .14, Where exactly does that go in the new quasar.conf.js file??
proxyTable: { '/api': { // target: 'http://192.168.0.31:3030', // http // target: 'https://lights-backend.kebler.net', target: 'http://localhost:3030', changeOrigin: true } }
-