Initial commit
This commit is contained in:
16
proxy.conf.json
Normal file
16
proxy.conf.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"/api/*": {
|
||||
"target": "http://192.168.1.193:5000",
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"logLevel": "debug",
|
||||
"headers": {
|
||||
"Access-Control-Allow-Origin": "*",
|
||||
"Access-Control-Allow-Methods": "GET, POST, OPTIONS",
|
||||
"Access-Control-Allow-Headers": "Content-Type, Authorization"
|
||||
},
|
||||
"pathRewrite": {
|
||||
"^/api": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user