Initial commit: Angular frontend and Expressjs backend
This commit is contained in:
24
worklenz-frontend/proxy.config.json
Normal file
24
worklenz-frontend/proxy.config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"/api": {
|
||||
"target": "http://127.0.0.1:3000/",
|
||||
"headers": {
|
||||
"language": "en",
|
||||
"Accept": "application/json",
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
},
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"logLevel": "debug"
|
||||
},
|
||||
"/secure": {
|
||||
"target": "http://127.0.0.1:3000/",
|
||||
"headers": {
|
||||
"language": "en",
|
||||
"Accept": "application/json",
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
},
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"logLevel": "debug"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user