const PROXY_CONFIG = [ { context: [ "/api" ], target: "http://localhost:8082", secure: false } ] module.exports = PROXY_CONFIG;