add proxy for angulars development server

This commit is contained in:
2020-06-21 09:10:53 +02:00
parent 6ccc9e36bb
commit 00b9cc6dc6
2 changed files with 11 additions and 1 deletions

9
pdb-js/proxy.conf.json Normal file
View File

@@ -0,0 +1,9 @@
{
"/": {
"target": "http://localhost:17333",
"secure": false,
"pathRewrite": {"^/foobar" : ""},
"changeOrigin": true,
"logLevel": "debug"
}
}