Last active
October 15, 2017 12:54
-
-
Save kamilziajka/0e5ae3b4dced988491ad912b944dd596 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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