Skip to content

Instantly share code, notes, and snippets.

@kamilziajka
Last active October 15, 2017 12:54
Show Gist options
  • Save kamilziajka/0e5ae3b4dced988491ad912b944dd596 to your computer and use it in GitHub Desktop.
Save kamilziajka/0e5ae3b4dced988491ad912b944dd596 to your computer and use it in GitHub Desktop.
devServer: {
proxy: {
'/api': {
target: 'http://localhost:1234',
pathRewrite: {
'^/api': ''
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment