Skip to content
Snippets Groups Projects

Resolve "Move frontend to separate project"

Merged xkoloma1 requested to merge 1-move-frontend-to-separate-project into main
Viewing commit 618b9ba9
Show latest version
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
const path = require('path')
const path = require('path');
module.exports = {
devServer: {
proxy: {
'/api': {
target: 'http://localhost:8080',
target: 'https://localhost:443',
ws: true,
changeOrigin: true,
},
}
},
}
}
}
\ No newline at end of file