fix development server proxy
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
{
|
||||
"/": {
|
||||
"/assets": {
|
||||
"target": "http://localhost:17333",
|
||||
"secure": false,
|
||||
"pathRewrite": {"^/foobar" : ""},
|
||||
"changeOrigin": true,
|
||||
"logLevel": "debug"
|
||||
},
|
||||
"/api": {
|
||||
"target": "http://localhost:17333",
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"logLevel": "debug"
|
||||
},
|
||||
"/img-generated": {
|
||||
"target": "http://localhost:17333",
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"logLevel": "debug"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user