changed to a non nx monorepo
This commit is contained in:
12
proxy.conf.json
Normal file
12
proxy.conf.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"/api": {
|
||||
"target": "http://localhost:3002",
|
||||
"secure": false,
|
||||
"changeOrigin": true
|
||||
},
|
||||
"/images": {
|
||||
"target": "http://localhost:8080",
|
||||
"secure": false,
|
||||
"changeOrigin": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user