kolesoffac

wp proxy

May 11th, 2020
716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. module.exports = {
  2. //...
  3. devServer: {
  4. proxy: {
  5. '/api': 'http://localhost:3000'
  6. }
  7. }
  8. };
Add Comment
Please, Sign In to add comment