Skip to content
Snippets Groups Projects
Commit 618b9ba9 authored by xpetrov4's avatar xpetrov4
Browse files

change target with ssl

parent a931f790
Branches
2 merge requests!3Resolve "Z-DNA view error",!1Resolve "Move frontend to separate project"
const path = require('path') const path = require('path');
module.exports = { module.exports = {
devServer: { devServer: {
proxy: { proxy: {
'/api': { '/api': {
target: 'http://localhost:8080', target: 'https://localhost:443',
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
}, }
}, },
} }
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment