Skip to content

Instantly share code, notes, and snippets.

@MariMax
Last active June 7, 2019 20:22
Show Gist options
  • Select an option

  • Save MariMax/a65011434600bfff1358750e686146b5 to your computer and use it in GitHub Desktop.

Select an option

Save MariMax/a65011434600bfff1358750e686146b5 to your computer and use it in GitHub Desktop.
module.exports = {
devServer: {
proxy: {
'^/api': {
target: 'api/url',
},
'^/api2': {
target: 'different/api/url',
},
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment