first commit
This commit is contained in:
12
web/proxy.conf.json
Normal file
12
web/proxy.conf.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"/api": {
|
||||
"target": "http://localhost:4000",
|
||||
"secure": false,
|
||||
"changeOrigin": true
|
||||
},
|
||||
"/uploads": {
|
||||
"target": "http://localhost:4000",
|
||||
"secure": false,
|
||||
"changeOrigin": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user