mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:07:08 +00:00
Fix Webpack development proxy configuration
This commit is contained in:
@@ -6,6 +6,9 @@ module.exports = {
|
||||
proxy: {
|
||||
"^/api(/|$)": {
|
||||
target: "http://localhost:3000",
|
||||
},
|
||||
"^/ws(/|$)": {
|
||||
target: "http://localhost:3000",
|
||||
ws: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user