production and staging(development)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"/api/**": {
|
||||
"target": "http://localhost:8081",
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"logLevel": "debug",
|
||||
"pathRewrite": {"^/api" : "http://localhost:8081/api"}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user