mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
web notification config
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"/mfp/api/imfpush/": {
|
||||
"target": "http://gpr-dev-10.gabinetedigital.local:9080/mfp/api/imfpush/",
|
||||
"changeOrigin": true,
|
||||
"secure": false,
|
||||
"pathRewrite": {"/mfp/api/imfpush/" : ""}
|
||||
},
|
||||
"/mfp/api": {
|
||||
"target": "http://gpr-dev-10.gabinetedigital.local:9080/mfp/api",
|
||||
"changeOrigin": true,
|
||||
"secure": false,
|
||||
"pathRewrite": {"/mfp/api" : ""}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user