const config = require('./config'); module.exports = { '/api': { changeOrigin: true, secure: false, target: config.apis.api } };